summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2012-11-29 07:10:26 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-28 22:42:31 +0100
commit41f3b2cf4ef75352eebfff617f85d3a933eae1c1 (patch)
tree9eedb04a97d319ad848d8cdb265680d5a7bc4c06 /examples
parent3f781ff537597bc548ad7ebbdc68c1b1a3e9bfeb (diff)
remove Nokia isms from plugin interface
As well as from documentation and usage of Sensors.conf location Change-Id: I52d657d6799e44a94b3f37bae86445c73e176103 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h b/examples/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h
index 13a4b1b0..993ec90d 100644
--- a/examples/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h
+++ b/examples/sensors/qmlsensorgestures/plugin/qcountergestureplugin.h
@@ -49,7 +49,7 @@
class QCounterGesturePlugin : public QObject, public QSensorGesturePluginInterface
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.Nokia.QSensorGesturePluginInterface" FILE "plugin.json")
+ Q_PLUGIN_METADATA(IID "com.qt-project.QSensorGesturePluginInterface" FILE "plugin.json")
Q_INTERFACES(QSensorGesturePluginInterface)
public: