qt6-bb10/tests/auto/corelib/kernel/qcoreapplication
Marc Mutz 042bab072a Fix return value of qGlobalPostedEventsCount()
The unsigned return value was very un-Qt-ish, and, indeed,
tst_QCoreApplication just stored the result in ints.

Port to qsizetype, being the type of the expression that the function
calculates.

Task-number: QTBUG-103532
Change-Id: I95a81a686439b0686faad7a430adeaab66dc9e8d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-05-18 17:54:15 +02:00
..
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
CMakeLists.txt Set version for tst_qguiapplication and tst_qcoreapplication 2022-02-17 15:51:29 +01:00
Info.plist Provide sensible defaults for QCoreApplication::applicationVersion 2017-01-12 02:13:21 +00:00
tst_qcoreapplication.cpp Fix return value of qGlobalPostedEventsCount() 2022-05-18 17:54:15 +02:00
tst_qcoreapplication.h Make qGlobalPostedEventsCount() auto-test-exported-only 2022-05-18 17:54:15 +02:00