summaryrefslogtreecommitdiffstats
path: root/src/sensors/gestures
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-22 14:23:57 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-23 10:32:34 +0100
commit6323be3e2fc1b69145f37cda1d0214ec5fa3cb44 (patch)
tree5f78cb5f76c4d66e91fcf59dbf28d50e0dc3fb4b /src/sensors/gestures
parent56c26ba5de5e8cb5999d6892d3c87d41e66f6e56 (diff)
Fix pedantic errors and warnings (found by headers clean test)
qorientationsensor.h:68:17: error: comma at end of enumerator list [-pedantic] qsensorgestureplugininterface.h:68:99: error: extra ';' [-pedantic] qsensorbackend.h:73:5: error: declaration of 'reading' shadows a member of 'this' [-Werror=shadow] Change-Id: I50a9fc993a3a3c3391f6231ccd2c1976c636045b Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'src/sensors/gestures')
-rw-r--r--src/sensors/gestures/qsensorgestureplugininterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/gestures/qsensorgestureplugininterface.h b/src/sensors/gestures/qsensorgestureplugininterface.h
index 6b6a683d..da933c92 100644
--- a/src/sensors/gestures/qsensorgestureplugininterface.h
+++ b/src/sensors/gestures/qsensorgestureplugininterface.h
@@ -65,7 +65,7 @@ public:
virtual QString name() const = 0;
};
-Q_DECLARE_INTERFACE(QSensorGesturePluginInterface, "org.qt-project.QSensorGesturePluginInterface");
+Q_DECLARE_INTERFACE(QSensorGesturePluginInterface, "org.qt-project.QSensorGesturePluginInterface")
QT_END_NAMESPACE
QT_END_HEADER