qt6-bb10/tests/auto
Marc Mutz d5b7b4e41c QStringList: add op= overloads for QList<QString>
QStringList = QList<QString> already compiled, but was interpreted as
QStringList = QStringList(QList<QString>), which involves the QList
copy ctor. Adding the overload saves that copy.

Cannot use a using declaration here, since the return type is different.

Change-Id: I9f4feb2f97480d2d6a3b6fa7c71b5d511b623601
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-04-11 22:54:40 +02:00
..
android Android: Fix missing data from some autotests 2014-03-27 15:17:24 +01:00
bic/data
cmake Increase CI timeout for cmake tests. 2014-03-06 17:22:55 +01:00
compilerwarnings/data
concurrent QtConcurrent: Workaround GCC bug 58800 in median calculation 2013-12-03 11:45:18 +01:00
corelib QStringList: add op= overloads for QList<QString> 2014-04-11 22:54:40 +02:00
dbus tests: Mark tst_qdbus* tests as insignificant on OS X 2014-03-13 13:25:49 +01:00
gui Optimize QColor::setNamedColor 2014-04-03 22:35:48 +02:00
guiapplauncher
installed_cmake
network Polish tst_qsslsocket a bit. 2014-03-26 07:22:35 +01:00
opengl Resurrect advanced bindTexture() features in QtOpenGL 2014-03-20 14:11:33 +01:00
other tst_qaccessibility: Introduce QTRY_VERIFY to menuTest(). 2014-03-28 22:52:19 +01:00
printsupport QPrinter - Expect failure of QPrinter page size test 2014-03-17 13:46:29 +01:00
shared iOS: Fix compilation of some basic tests 2014-01-17 11:04:43 +01:00
sql [QtSql]QIBASE]add support for prepared queries in numRowsAffected 2014-03-29 08:46:00 +01:00
testlib Use new QLibraryInfo::build() in testlib to log build information. 2014-02-27 13:20:19 +01:00
tools Remove qSort usages from tests 2014-02-20 08:10:06 +01:00
widgets Stabilize QListWidget test 2014-04-07 12:11:14 +02:00
xml expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
auto.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00
network-settings.h
qtest-config.h
test.pl