summaryrefslogtreecommitdiffstats
path: root/src/sensors/qsensorplugin.h
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/qsensorplugin.h
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/qsensorplugin.h')
-rw-r--r--src/sensors/qsensorplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/qsensorplugin.h b/src/sensors/qsensorplugin.h
index bac35b82..b7de54fe 100644
--- a/src/sensors/qsensorplugin.h
+++ b/src/sensors/qsensorplugin.h
@@ -67,8 +67,8 @@ protected:
~QSensorChangesInterface() {}
};
-Q_DECLARE_INTERFACE(QSensorPluginInterface, "com.nokia.Qt.QSensorPluginInterface/1.0");
-Q_DECLARE_INTERFACE(QSensorChangesInterface, "com.nokia.Qt.QSensorChangesInterface/5.0");
+Q_DECLARE_INTERFACE(QSensorPluginInterface, "com.nokia.Qt.QSensorPluginInterface/1.0")
+Q_DECLARE_INTERFACE(QSensorChangesInterface, "com.nokia.Qt.QSensorChangesInterface/5.0")
QT_END_NAMESPACE
QT_END_HEADER