summaryrefslogtreecommitdiffstats
path: root/src/sensors/qproximitysensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qproximitysensor.h')
-rw-r--r--src/sensors/qproximitysensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qproximitysensor.h b/src/sensors/qproximitysensor.h
index 46a8b218..2c2829eb 100644
--- a/src/sensors/qproximitysensor.h
+++ b/src/sensors/qproximitysensor.h
@@ -71,7 +71,7 @@ public:
explicit QProximitySensor(QObject *parent = Q_NULLPTR);
virtual ~QProximitySensor();
QProximityReading *reading() const;
- static char const * const type;
+ static char const * const sensorType;
private:
Q_DISABLE_COPY(QProximitySensor)