summaryrefslogtreecommitdiff
path: root/src/sensors/qambientlightsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qambientlightsensor.h')
-rw-r--r--src/sensors/qambientlightsensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qambientlightsensor.h b/src/sensors/qambientlightsensor.h
index 37f3723..53182f9 100644
--- a/src/sensors/qambientlightsensor.h
+++ b/src/sensors/qambientlightsensor.h
@@ -72,7 +72,7 @@ class Q_SENSORS_EXPORT QAmbientLightSensor : public QSensor
{
Q_OBJECT
public:
- explicit QAmbientLightSensor(QObject *parent = 0);
+ explicit QAmbientLightSensor(QObject *parent = Q_NULLPTR);
virtual ~QAmbientLightSensor();
QAmbientLightReading *reading() const;
static char const * const type;