qtdeclarative/examples/qml/tutorials/extending-qml
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
..
chapter1-basics Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chapter2-methods Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chapter3-bindings Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chapter4-customPropertyTypes use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
chapter5-listproperties use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
chapter6-plugins use nullptr consistently (clang-tidy) 2018-02-26 07:13:18 +00:00
extending-qml.pro Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00