qtdeclarative/examples/qml/tutorials/extending-qml/chapter6-plugins
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
..
import use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
app.pro actually build and install the qml tutorials 2016-05-13 04:35:27 +00:00
app.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
app.qrc Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00
chapter6-plugins.pro Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00
main.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00