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