qtdeclarative/examples/qml/referenceexamples/methods
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
..
birthdayparty.cpp use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
birthdayparty.h Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
example.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
main.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
methods.pro the shell example and a bunch of reference examples need no QtGui 2014-02-21 17:43:19 +01:00
methods.qrc
person.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
person.h Fix outdated BSD license header 2017-10-17 11:18:11 +00:00