summaryrefslogtreecommitdiff
path: root/tests/auto/qsensor/test_sensorplugin.cpp
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 /tests/auto/qsensor/test_sensorplugin.cpp
parent6fbba82a7b5d1ae47b376a2d27bc0fed78f280e0 (diff)
downloadqtsensors-f7f1d56c1626f5b8eab5b4d5cac9fa06ee886e59.tar.gz
remove nokia and replace with qt-project in plugins
Change-Id: I63fa985991653e4b8465a7fb88acab647d8546e8 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'tests/auto/qsensor/test_sensorplugin.cpp')
-rw-r--r--tests/auto/qsensor/test_sensorplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsensor/test_sensorplugin.cpp b/tests/auto/qsensor/test_sensorplugin.cpp
index 6aa27d9..d4cd90b 100644
--- a/tests/auto/qsensor/test_sensorplugin.cpp
+++ b/tests/auto/qsensor/test_sensorplugin.cpp
@@ -54,7 +54,7 @@ class TestSensorPlugin : public QObject,
public QSensorBackendFactory
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QSensorPluginInterface/1.0")
+ Q_PLUGIN_METADATA(IID "com.qt-project.Qt.QSensorPluginInterface/1.0")
Q_INTERFACES(QSensorPluginInterface QSensorChangesInterface)
public:
void registerSensors()