qt6-bb10/tests/auto/corelib
Edward Welbourne f3002b6e20 Use the QTime API less clumsily
Various patterns seem to have been copied, notably counting time from
QTime(0, 0) rather than using QTime::msecsSinceStartOfDay() and its
setter.  Unsuitable value types also put in an appearance, and
QTime()'s parameters after the first two default to 0 anyway.

Corrected a lie in QTime()'s default constructor doc; it does not work
the same as QTime(0, 0) at all.

Change-Id: Icf1a10052a049e68fd0f665958f36dbe75ac46d5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-04-01 14:39:34 +00:00
..
animation Extend blacklisting of tst_qparallelanimationgroup tests to macOS 10.13 2018-09-24 21:13:30 +00:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Replace a misguided test with a valid one 2019-03-27 13:43:21 +00:00
io Make tst_QTemporaryFile::fileTemplate() more informative on failure 2019-03-19 17:52:39 +00:00
itemmodels Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-26 08:27:02 +01:00
kernel Change cleanup mechanism for orphaned connections 2019-03-29 13:46:17 +00:00
mimetypes QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10 2018-11-13 11:16:11 +00:00
plugin Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-06 12:31:50 +01:00
serialization Merge remote-tracking branch 'origin/5.13' into dev 2019-03-31 12:39:42 +02:00
statemachine Stabilize tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunning 2019-03-22 19:24:19 +00:00
thread Fix memory leak in auto test 2019-03-29 13:46:56 +00:00
tools Use the QTime API less clumsily 2019-04-01 14:39:34 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00