summaryrefslogtreecommitdiffstats
path: root/src/sensorsquick/qmlhumiditysensor_p.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:55:02 +0200
committerKevin Funk <kfunk@kde.org>2021-06-02 14:08:10 +0200
commitd91e880b511816839ecb2773cad3815af696b14c (patch)
treeb296bd564b963a4d863b060a33d134366684c9b8 /src/sensorsquick/qmlhumiditysensor_p.h
parent5e48389d40f5d6cd1a394ac03c47942be01d2734 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I9885deb29ebcd5db51a00cbcc2f063bfc418e23f Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/sensorsquick/qmlhumiditysensor_p.h')
-rw-r--r--src/sensorsquick/qmlhumiditysensor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensorsquick/qmlhumiditysensor_p.h b/src/sensorsquick/qmlhumiditysensor_p.h
index 7a940b7c..40c49339 100644
--- a/src/sensorsquick/qmlhumiditysensor_p.h
+++ b/src/sensorsquick/qmlhumiditysensor_p.h
@@ -64,7 +64,7 @@ class Q_SENSORSQUICK_PRIVATE_EXPORT QmlHumiditySensor : public QmlSensor
QML_NAMED_ELEMENT(HumiditySensor)
QML_ADDED_IN_VERSION(5,9)
public:
- explicit QmlHumiditySensor(QObject *parent = Q_NULLPTR);
+ explicit QmlHumiditySensor(QObject *parent = nullptr);
~QmlHumiditySensor();
private: