summaryrefslogtreecommitdiffstats
path: root/src/sensors/qorientationsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qorientationsensor.h')
-rw-r--r--src/sensors/qorientationsensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qorientationsensor.h b/src/sensors/qorientationsensor.h
index 89823ca2..1a54d800 100644
--- a/src/sensors/qorientationsensor.h
+++ b/src/sensors/qorientationsensor.h
@@ -82,7 +82,7 @@ public:
explicit QOrientationSensor(QObject *parent = Q_NULLPTR);
virtual ~QOrientationSensor();
QOrientationReading *reading() const;
- static char const * const type;
+ static char const * const sensorType;
private:
Q_DISABLE_COPY(QOrientationSensor)