summaryrefslogtreecommitdiff
path: root/src/sensors/qambienttemperaturesensor.h
diff options
context:
space:
mode:
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 534ff04..181c611 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 = 0);
+ explicit QAmbientTemperatureSensor(QObject *parent = Q_NULLPTR);
~QAmbientTemperatureSensor();
QAmbientTemperatureReading *reading() const;
static char const * const type;