summaryrefslogtreecommitdiffstats
path: root/src/sensors/qholstersensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qholstersensor.h')
-rw-r--r--src/sensors/qholstersensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qholstersensor.h b/src/sensors/qholstersensor.h
index 474f694f..253e05b4 100644
--- a/src/sensors/qholstersensor.h
+++ b/src/sensors/qholstersensor.h
@@ -67,7 +67,7 @@ class Q_SENSORS_EXPORT QHolsterSensor : public QSensor
{
Q_OBJECT
public:
- explicit QHolsterSensor(QObject *parent = 0);
+ explicit QHolsterSensor(QObject *parent = Q_NULLPTR);
~QHolsterSensor();
QHolsterReading *reading() const;
static char const * const type;