qt6-bb10/tests/auto/corelib
hjk d3f3e1218c Add a inline QVector::append(const QVector &) overload
This is present in QList already and its lack is a nuisance when
switching from QList based code to QVector (which makes sense e.g.
if the item size exceeds sizeof(void*))

Also, albeit operator+=() and operator<<() exist, some people
simply prefer functions with real function names.

[ChangeLog][QtCore][QVector] Added QVector::append(const QVector &) overload

Change-Id: I9aae8223b086765625f2f3071fab5da0780f8a43
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-11-06 11:33:52 +01:00
..
animation Update license headers and add new license files 2014-09-24 12:26:19 +02:00
codecs Fix doc about the list of supported codecs 2014-10-24 22:23:58 +02:00
global Use Q_DECL_RELAXED_CONSTEXPR in QFlags 2014-10-31 09:54:15 +01:00
io Further limit the sparse file testing on OS X 2014-10-22 23:00:41 +02:00
itemmodels Update license headers and add new license files 2014-09-24 12:26:19 +02:00
json Add conversion between QVariantHash and QJsonObject 2014-10-30 12:14:42 +01:00
kernel Add QMetaType::type(QByteArray) function 2014-10-31 12:17:57 +01:00
mimetypes Update license headers and add new license files 2014-09-24 12:26:19 +02:00
plugin Update license headers and add new license files 2014-09-24 12:26:19 +02:00
statemachine tst_QState: fix memleaks 2014-10-19 13:18:12 +02:00
thread tst_QThreadPool: fix memleak 2014-10-19 13:18:07 +02:00
tools Add a inline QVector::append(const QVector &) overload 2014-11-06 11:33:52 +01:00
xml Update license headers and add new license files 2014-09-24 12:26:19 +02:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00