summaryrefslogtreecommitdiffstats
path: root/examples/sensors
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2013-01-20 19:40:59 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-07 19:34:26 +0100
commitf7f1d56c1626f5b8eab5b4d5cac9fa06ee886e59 (patch)
tree3b5237dfff65083a69abe7f4df613458e2849436 /examples/sensors
parent6fbba82a7b5d1ae47b376a2d27bc0fed78f280e0 (diff)
remove nokia and replace with qt-project in plugins
Change-Id: I63fa985991653e4b8465a7fb88acab647d8546e8 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'examples/sensors')
-rw-r--r--examples/sensors/grue/plugin/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/grue/plugin/main.cpp b/examples/sensors/grue/plugin/main.cpp
index 6ec25866..029e5d6b 100644
--- a/examples/sensors/grue/plugin/main.cpp
+++ b/examples/sensors/grue/plugin/main.cpp
@@ -48,7 +48,7 @@
class GrueSensorPlugin : public QObject, public QSensorPluginInterface, public QSensorChangesInterface, public QSensorBackendFactory
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QSensorPluginInterface/1.0" FILE "plugin.json")
+ Q_PLUGIN_METADATA(IID "com.qt-project.Qt.QSensorPluginInterface/1.0" FILE "plugin.json")
Q_INTERFACES(QSensorPluginInterface QSensorChangesInterface)
public:
void registerSensors()