From a530bf57935406c5268abffb29b437cb63d04324 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Sun, 24 Sep 2017 23:55:01 +0200 Subject: Replace Q_NULLPTR with nullptr Change-Id: I43296a94e6242a9e77039a0369e3a2292891fec7 Reviewed-by: Lars Knoll --- examples/quickcontrols/controls/filesystembrowser/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quickcontrols/controls/filesystembrowser/main.cpp') diff --git a/examples/quickcontrols/controls/filesystembrowser/main.cpp b/examples/quickcontrols/controls/filesystembrowser/main.cpp index 5774bc85..d8599a2e 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 { -- cgit v1.2.1