summaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:55:01 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-26 17:14:41 +0000
commita530bf57935406c5268abffb29b437cb63d04324 (patch)
treefb93ea3be360f61f1877d856e0eec7f795fb1609 /examples/quickcontrols
parent8370c0b6b0855db53eb41e037268cd87adf154d2 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I43296a94e6242a9e77039a0369e3a2292891fec7 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples/quickcontrols')
-rw-r--r--examples/quickcontrols/controls/filesystembrowser/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/controls/filesystembrowser/main.cpp b/examples/quickcontrols/controls/filesystembrowser/main.cpp
index 5774bc857..d8599a2ea 100644
--- a/examples/quickcontrols/controls/filesystembrowser/main.cpp
+++ b/examples/quickcontrols/controls/filesystembrowser/main.cpp
@@ -100,7 +100,7 @@ static inline QString sizeString(const QFileInfo &fi)
class DisplayFileSystemModel : public QFileSystemModel {
Q_OBJECT
public:
- explicit DisplayFileSystemModel(QObject *parent = Q_NULLPTR)
+ explicit DisplayFileSystemModel(QObject *parent = nullptr)
: QFileSystemModel(parent) {}
enum Roles {