qt6-bb10/src
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
..
3rdparty Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-21 01:00:07 +01:00
android Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-21 01:00:07 +01:00
angle Revert "Fix compilation with icc, converting between egl's and gl's Error types" 2019-03-20 10:08:14 +00:00
concurrent More nullptr usage in headers 2019-03-14 07:37:52 +00:00
corelib Use the QTime API less clumsily 2019-04-01 14:39:34 +00:00
dbus Add a QAbstractMetaCallEvent 2019-03-29 13:46:22 +00:00
gui Revert "Revert "Remove deprecated screen maintenance functions in QPlatformIntegration"" 2019-04-01 13:48:48 +00:00
network Merge remote-tracking branch 'origin/5.13' into dev 2019-03-31 12:39:42 +02:00
opengl More nullptr usage in headers 2019-03-14 07:37:52 +00:00
openglextensions QtOpenGLExtensions: Unify license headers 2019-01-11 11:06:25 +00:00
platformheaders More nullptr usage in headers 2019-03-14 07:37:52 +00:00
platformsupport Merge remote-tracking branch 'origin/5.13' into dev 2019-03-31 12:39:42 +02:00
plugins Implement support for WA_MacNoClickThrough 2019-04-01 12:22:54 +00:00
printsupport QString: mark obsolete functions as deprecated 2019-03-04 16:54:04 +00:00
sql QSqlError: fix redundant space in text() output 2019-03-26 06:12:10 +00:00
testlib Merge remote-tracking branch 'origin/5.13' into dev 2019-03-31 12:39:42 +02:00
tools Merge remote-tracking branch 'origin/5.13' into dev 2019-03-26 08:24:59 +01:00
widgets Use the QTime API less clumsily 2019-04-01 14:39:34 +00:00
winmain qtmain_win.cpp: Remove unused header files 2019-02-04 01:58:42 +00:00
xml Fix can not -> cannot 2019-02-25 13:03:45 +00:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00