summaryrefslogtreecommitdiffstats
path: root/src/sensors/qlightsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qlightsensor.h')
-rw-r--r--src/sensors/qlightsensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qlightsensor.h b/src/sensors/qlightsensor.h
index 03f1871e..642d79cf 100644
--- a/src/sensors/qlightsensor.h
+++ b/src/sensors/qlightsensor.h
@@ -74,7 +74,7 @@ public:
explicit QLightSensor(QObject *parent = Q_NULLPTR);
virtual ~QLightSensor();
QLightReading *reading() const;
- static char const * const type;
+ static char const * const sensorType;
qreal fieldOfView() const;
void setFieldOfView(qreal fieldOfView);