summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/sensorfw/sensorfworientationsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sensors/sensorfw/sensorfworientationsensor.h')
-rw-r--r--src/plugins/sensors/sensorfw/sensorfworientationsensor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/sensors/sensorfw/sensorfworientationsensor.h b/src/plugins/sensors/sensorfw/sensorfworientationsensor.h
index 139761a5..9e55ff34 100644
--- a/src/plugins/sensors/sensorfw/sensorfworientationsensor.h
+++ b/src/plugins/sensors/sensorfw/sensorfworientationsensor.h
@@ -57,10 +57,10 @@ public:
static char const * const id;
SensorfwOrientationSensor(QSensor *sensor);
protected:
- virtual bool doConnect();
- virtual QString sensorName() const;
- virtual void start();
- virtual void init() Q_DECL_OVERRIDE;
+ bool doConnect() Q_DECL_OVERRIDE;
+ QString sensorName() const Q_DECL_OVERRIDE;
+ void start() Q_DECL_OVERRIDE;
+ virtual void init();
private:
QOrientationReading m_reading;
static QOrientationReading::Orientation getOrientation(int orientation);