summaryrefslogtreecommitdiff
path: root/src/declarative/util/qdeclarativepropertymap.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/util/qdeclarativepropertymap.h
parent3f8cddf6208eedab70ff481dbefd90b7c1553d39 (diff)
downloadqtquick1-4f7b6037720b21b8150f8495b7318d139d447541.tar.gz
Replace Q_NULLPTR with nullptr
Change-Id: I1d645e10f702288ddd63f35df7c57d66533ffd6f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/declarative/util/qdeclarativepropertymap.h')
-rw-r--r--src/declarative/util/qdeclarativepropertymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativepropertymap.h b/src/declarative/util/qdeclarativepropertymap.h
index 0ccf4ffc..b53d5342 100644
--- a/src/declarative/util/qdeclarativepropertymap.h
+++ b/src/declarative/util/qdeclarativepropertymap.h
@@ -49,7 +49,7 @@ class Q_DECLARATIVE_EXPORT QDeclarativePropertyMap : public QObject
{
Q_OBJECT
public:
- explicit QDeclarativePropertyMap(QObject *parent = Q_NULLPTR);
+ explicit QDeclarativePropertyMap(QObject *parent = nullptr);
virtual ~QDeclarativePropertyMap();
QVariant value(const QString &key) const;