From 1e2914d4537eb5acaede9b81d6edac12e99e4b1f 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: I9b2a6ce4a0278520fd95042a1b2736cc5a0d4be6 Reviewed-by: Lars Knoll --- src/script/api/qscriptstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api/qscriptstring.h') 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; -- cgit v1.2.1