summaryrefslogtreecommitdiffstats
path: root/src/sensors/qhumiditysensor.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/sensors/qhumiditysensor.h
parent5e48389d40f5d6cd1a394ac03c47942be01d2734 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: I9885deb29ebcd5db51a00cbcc2f063bfc418e23f Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/sensors/qhumiditysensor.h')
-rw-r--r--src/sensors/qhumiditysensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qhumiditysensor.h b/src/sensors/qhumiditysensor.h
index aa51df45..685d273a 100644
--- a/src/sensors/qhumiditysensor.h
+++ b/src/sensors/qhumiditysensor.h
@@ -75,7 +75,7 @@ class Q_SENSORS_EXPORT QHumiditySensor : public QSensor
{
Q_OBJECT
public:
- explicit QHumiditySensor(QObject *parent = Q_NULLPTR);
+ explicit QHumiditySensor(QObject *parent = nullptr);
~QHumiditySensor();
QHumidityReading *reading() const;