qt6-bb10/src/testlib
Volker Hilsheimer 78b66c7a69 Fix ### Qt 6 comment
The inLoop boolean is unused, so remove it. At the same time, there is
another boolean that might just as well become a bitflag, so that we
can add more members in the future, should the need arise after all.

Since we then need to explicitly initialize the member, add a standard
QObject constructor.

Change-Id: I51245829c1b1192fde62592fb972da6ea2a88e11
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2020-09-10 11:24:20 +02:00
..
3rdparty
doc Deprecate and remove uses of AA_DisableHighDpiScaling 2020-08-31 19:14:55 +02:00
.prev_CMakeLists.txt CMake: Regenerate projects after .pro files were modified 2020-04-03 16:05:29 +02:00
CMakeLists.txt CMake: Properly handle CONFIG += thread aka Threads::Threads 2020-08-06 19:15:39 +02:00
configure.cmake CMake: Regenerate configure.cmake files to get reports 2020-03-09 23:09:02 +01:00
configure.json
qabstractitemmodeltester.cpp Fix gcc warning about possible call of printf with nullptr 2020-09-02 22:44:26 +02:00
qabstractitemmodeltester.h
qabstracttestlogger.cpp
qabstracttestlogger_p.h
qappletestlogger.cpp
qappletestlogger_p.h
qasciikey.cpp
qbenchmark.cpp
qbenchmark.h
qbenchmark_p.h
qbenchmarkevent.cpp
qbenchmarkevent_p.h
qbenchmarkmeasurement.cpp
qbenchmarkmeasurement_p.h
qbenchmarkmetric.cpp
qbenchmarkmetric.h
qbenchmarkmetric_p.h
qbenchmarkperfevents.cpp
qbenchmarkperfevents_p.h
qbenchmarktimemeasurers_p.h
qbenchmarkvalgrind.cpp
qbenchmarkvalgrind_p.h
qcsvbenchmarklogger.cpp
qcsvbenchmarklogger_p.h
qjunittestlogger.cpp testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qjunittestlogger_p.h testlib: Track current test suite in JUnit test logger 2020-07-22 23:23:32 +02:00
qplaintestlogger.cpp
qplaintestlogger_p.h
qsignaldumper.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qsignaldumper_p.h testlib: Defer signal dumper start until tests are ready to run 2020-07-22 23:23:16 +02:00
qsignalspy.h Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qsignalspy.qdoc Doc: Correct non-link related qdoc compilation errors 2020-01-14 16:38:48 +00:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00
qtaptestlogger.cpp
qtaptestlogger_p.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qteamcitylogger.cpp
qteamcitylogger_p.h
qtest.h Remove two obsolete #defines 2020-09-06 00:17:09 +02:00
qtest_gui.h
qtest_network.h
qtest_widgets.h
qtestaccessible.h
qtestassert.h
qtestblacklist.cpp CMake: Add "cmake" keyword for test blacklisting 2020-07-01 14:55:26 +02:00
qtestblacklist_p.h
qtestcase.cpp Inline QTest::qSleep() 2020-09-06 00:17:14 +02:00
qtestcase.h Inline QTest::qSleep() 2020-09-06 00:17:14 +02:00
qtestcase.qdoc QTestlib: Enable comparing QList against initializer lists/arrays 2020-07-21 22:01:20 +02:00
qtestcoreelement_p.h
qtestcorelist_p.h
qtestdata.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qtestdata.h
qtestelement.cpp
qtestelement_p.h
qtestelementattribute.cpp testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qtestelementattribute_p.h testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qtestevent.h Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSED 2020-07-06 11:29:39 +02:00
qtestevent.qdoc
qtesteventloop.h Fix ### Qt 6 comment 2020-09-10 11:24:20 +02:00
qtesthelpers_p.h
qtestjunitstreamer.cpp testlib: Output JUnitXML attributes in right order 2020-07-24 00:51:54 +02:00
qtestjunitstreamer_p.h testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qtestkeyboard.h Long live QKeyCombination! 2020-09-03 07:00:31 +02:00
qtestlog.cpp Use QList instead of QVector in qtbase 2020-07-07 11:48:45 +02:00
qtestlog_p.h testlib: Make testlogs enumerable and printable 2020-02-10 15:06:06 +01:00
qtestmouse.cpp
qtestmouse.h Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
qtestresult.cpp
qtestresult_p.h
qtestspontaneevent.h Cleanup qtestspontaneevent.h for Qt 6 2020-07-06 09:30:22 +00:00
qtestsystem.h
qtesttable.cpp
qtesttable_p.h
qtesttouch.h Refactor testlib touch functions into qtestsupport_gui and _widgets 2020-09-08 08:02:15 +02:00
qtestutil_macos.mm testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qtestutil_macos_p.h testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qttestglobal.h
qxctestlogger.mm macOS: Remove all use of deprecated Q_OS_OSX define 2020-04-03 13:44:37 +02:00
qxctestlogger_p.h
qxmltestlogger.cpp
qxmltestlogger_p.h
selfcover.cmake CMake: Enable testlib selftests 2020-03-18 16:28:30 +01:00
selfcover.pri
testlib.pro testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00