summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/blackberry/bbrotationsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sensors/blackberry/bbrotationsensor.h')
-rw-r--r--src/plugins/sensors/blackberry/bbrotationsensor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/sensors/blackberry/bbrotationsensor.h b/src/plugins/sensors/blackberry/bbrotationsensor.h
index d2fd8a05..96511c4b 100644
--- a/src/plugins/sensors/blackberry/bbrotationsensor.h
+++ b/src/plugins/sensors/blackberry/bbrotationsensor.h
@@ -54,13 +54,13 @@ public:
static QString devicePath();
protected:
- void additionalDeviceInit();
- bool addDefaultRange();
- qreal convertValue(float bbValue);
- bool updateReadingFromEvent(const sensor_event_t &event, QRotationReading *reading);
+ void additionalDeviceInit() Q_DECL_OVERRIDE;
+ bool addDefaultRange() Q_DECL_OVERRIDE;
+ qreal convertValue(float bbValue) Q_DECL_OVERRIDE;
+ bool updateReadingFromEvent(const sensor_event_t &event, QRotationReading *reading) Q_DECL_OVERRIDE;
bool isAutoAxisRemappingEnabled() const;
- bool eventFilter(QObject *object, QEvent *event);
+ bool eventFilter(QObject *object, QEvent *event) Q_DECL_OVERRIDE;
private:
void updateOrientation();