qt6-bb10/tests/auto/corelib
Edward Welbourne e926e68f50 Don't use default-constructed QTime() where QTime(0, 0) is intended
QTime() is invalid. Only the seconds and milliseconds are optional,
for valid times. Use startOfDay() for zoned times, QTime(0, 0) for
fixed-offset ones.

Change-Id: I3b65d5c3733ac83dc3a6c214859c3f56a480bb94
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-09-14 09:47:50 +02:00
..
animation Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation" 2020-09-11 17:11:02 +02:00
global Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
io Fix compiler warnings about missing overrides 2020-09-13 21:03:31 +02:00
itemmodels Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
kernel Remap QMetaType ids to create more space for builtin types 2020-09-12 23:35:29 +02:00
mimetypes Fix warnings about unused expression results in tests 2020-07-29 14:33:29 +02:00
plugin Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
serialization Fix compiler warnings about missing overrides 2020-09-13 21:03:31 +02:00
text Fix warnings coming from using the deprecated overload of qCheckSum 2020-09-11 19:32:34 +02:00
thread Remove most compiler warnings about missing overrides 2020-09-11 00:20:47 +02:00
time Don't use default-constructed QTime() where QTime(0, 0) is intended 2020-09-14 09:47:50 +02:00
tools Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
corelib.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00