qtdeclarative/tools/qmltime
Shawn Rutledge 499ec43937 use nullptr consistently (clang-tidy)
From now on we prefer nullptr instead of 0 to clarify cases where
we are assigning or testing a pointer rather than a numeric zero.

Also, replaced cases where 0 was passed as Qt::KeyboardModifiers
with Qt::NoModifier (clang-tidy replaced them with nullptr, which
waas wrong, so it was just as well to make the tests more readable
rather than to revert those lines).

Change-Id: I4735d35e4d9f42db5216862ce091429eadc6e65d
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-02-26 07:13:18 +00:00
..
tests Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-08 13:03:25 +02:00
example.qml Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-08 13:03:25 +02:00
linelaidout.qml Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-08 13:03:25 +02:00
qmltime.cpp use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
qmltime.pro Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTION 2017-07-28 10:57:06 +00:00
textingrid.qml Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-08 13:03:25 +02:00