qt6-bb10/src/testlib
Jason McDonald ad80d42f8e Remove unused overload of QTest::qExec.
The overload of QTest::qExec() that takes a QStringList is not used
anywhere in Qt's autotests, despite having been in the qtestlib API
since Qt 4.4.

This lack of use most likely derives from the fact that none of the
QTEST_MAIN macros use the overload, and more than 99% of Qt's tests
use those macros to avoid explicitly calling QTest::qExec().

Change-Id: I264b21d7fe1a9f2d565f748cf8bbe32414a73bb0
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2011-12-08 03:04:55 +01:00
..
3rdparty Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstracttestlogger.cpp Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qabstracttestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qasciikey.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmark.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmark.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qbenchmark_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkevent.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkevent_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkmeasurement.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkmeasurement_p.h Fix compiler warnings. 2011-10-27 16:35:12 +02:00
qbenchmarkmetric.cpp Fix various trivial formatting issues. 2011-09-01 08:39:37 +02:00
qbenchmarkmetric.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qbenchmarkmetric_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qbenchmarkvalgrind.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkvalgrind_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qplaintestlogger.cpp Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qplaintestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qsignaldumper.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qsignaldumper_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsignalspy.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsignalspy.qdoc Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtest.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtest_global.h Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qtest_gui.h testlib: Remove widgets dependency when only using gui 2011-09-21 08:24:11 +02:00
qtestaccessible.h Refactor accessibility for Qt5 2011-09-29 13:32:59 +02:00
qtestassert.h Fix various trivial formatting issues. 2011-09-01 08:39:37 +02:00
qtestcase.cpp Remove unused overload of QTest::qExec. 2011-12-08 03:04:55 +01:00
qtestcase.h Remove unused overload of QTest::qExec. 2011-12-08 03:04:55 +01:00
qtestcoreelement_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestcorelist_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestdata.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtestdata.h Remove default params from QTestData constructor 2011-08-29 06:49:07 +02:00
qtestelement.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelement_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelementattribute.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelementattribute_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestevent.h testlib: Remove widgets dependency when only using gui 2011-09-21 08:24:11 +02:00
qtestevent.qdoc Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtesteventloop.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtestkeyboard.h Correctly handle null windows or widgets in keyClick() 2011-10-31 09:55:07 +01:00
qtestlog.cpp Added -datatags option to QTestLib 2011-11-04 19:23:33 +01:00
qtestlog_p.h Added -datatags option to QTestLib 2011-11-04 19:23:33 +01:00
qtestmouse.h Propagate QTest::mouseEvent keyboard modifiers. 2011-11-10 03:09:58 +01:00
qtestresult.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtestresult_p.h Remove mode parameter from QTestLog::addSkip(). 2011-08-29 06:48:03 +02:00
qtestspontaneevent.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtestsystem.h Make QTest::qWait() handle DeferredDelete event 2011-11-15 04:32:20 +01:00
qtesttable.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtesttable_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtesttouch.h Use Q_FOREACH in headers. 2011-11-27 19:16:53 +01:00
qtestxunitstreamer.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestxunitstreamer_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qxmltestlogger.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qxmltestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qxunittestlogger.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qxunittestlogger_p.h testlib: Fix header guard files 2011-10-04 09:30:04 +02:00
testlib.pro Testlib: Remove remains of qpa. 2011-11-02 08:18:12 +01:00