summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativecontext.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:55:00 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-27 08:05:55 +0000
commit4f7b6037720b21b8150f8495b7318d139d447541 (patch)
treee5575c217489e7cd4c69da0269eac450b84e418d /src/declarative/qml/qdeclarativecontext.h
parent3f8cddf6208eedab70ff481dbefd90b7c1553d39 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I1d645e10f702288ddd63f35df7c57d66533ffd6f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/declarative/qml/qdeclarativecontext.h')
-rw-r--r--src/declarative/qml/qdeclarativecontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativecontext.h b/src/declarative/qml/qdeclarativecontext.h
index ed78da6d..6f5943d5 100644
--- a/src/declarative/qml/qdeclarativecontext.h
+++ b/src/declarative/qml/qdeclarativecontext.h
@@ -58,8 +58,8 @@ class Q_DECLARATIVE_EXPORT QDeclarativeContext : public QObject
Q_DECLARE_PRIVATE(QDeclarativeContext)
public:
- explicit QDeclarativeContext(QDeclarativeEngine *parent, QObject *objParent = Q_NULLPTR);
- explicit QDeclarativeContext(QDeclarativeContext *parent, QObject *objParent = Q_NULLPTR);
+ explicit QDeclarativeContext(QDeclarativeEngine *parent, QObject *objParent = nullptr);
+ explicit QDeclarativeContext(QDeclarativeContext *parent, QObject *objParent = nullptr);
virtual ~QDeclarativeContext();
bool isValid() const;