summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-23 10:33:43 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-23 10:16:38 +0000
commit3b334c8e10628a362f54651884a6552966e74a02 (patch)
tree28b96fca15d080216a75c6bc3497acda1a434d92 /src
parentb8bb154a30d9f35cc19d9056599750267d2f2a80 (diff)
Fix inconsistent use of 'override'.
Change-Id: If952d7f9a0888a16c87bc75a96105c5eabc24377 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/sensors/qmlrotationsensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/sensors/qmlrotationsensor.h b/src/imports/sensors/qmlrotationsensor.h
index c46c72a6..be745698 100644
--- a/src/imports/sensors/qmlrotationsensor.h
+++ b/src/imports/sensors/qmlrotationsensor.h
@@ -55,7 +55,7 @@ Q_SIGNALS:
private:
QSensor *sensor() const Q_DECL_OVERRIDE;
- void _update();
+ void _update() Q_DECL_OVERRIDE;
QRotationSensor *m_sensor;
QmlSensorReading *createReading() const Q_DECL_OVERRIDE;
};