summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptstring.h
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-27 08:05:53 +0000
commit1e2914d4537eb5acaede9b81d6edac12e99e4b1f (patch)
tree08c755d33311dc245f23da93ff3a7df471f30405 /src/script/api/qscriptstring.h
parentc9274edfeda72a3809bd17edec91f05c094bcca1 (diff)
downloadqtscript-1e2914d4537eb5acaede9b81d6edac12e99e4b1f.tar.gz
Replace Q_NULLPTR with nullptr
Change-Id: I9b2a6ce4a0278520fd95042a1b2736cc5a0d4be6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/script/api/qscriptstring.h')
-rw-r--r--src/script/api/qscriptstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptstring.h b/src/script/api/qscriptstring.h
index eed4a1e..c538581 100644
--- a/src/script/api/qscriptstring.h
+++ b/src/script/api/qscriptstring.h
@@ -47,7 +47,7 @@ public:
bool operator==(const QScriptString &other) const;
bool operator!=(const QScriptString &other) const;
- quint32 toArrayIndex(bool *ok = Q_NULLPTR) const;
+ quint32 toArrayIndex(bool *ok = nullptr) const;
QString toString() const;
operator QString() const;