summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc
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 /src/sensors/doc
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 'src/sensors/doc')
-rw-r--r--src/sensors/doc/snippets/sensors/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/doc/snippets/sensors/plugin.cpp b/src/sensors/doc/snippets/sensors/plugin.cpp
index e467128f..cad6378f 100644
--- a/src/sensors/doc/snippets/sensors/plugin.cpp
+++ b/src/sensors/doc/snippets/sensors/plugin.cpp
@@ -48,7 +48,7 @@ const char *MyBackend::id = "mybackend";
class MyPluginClass : public QObject, public QSensorPluginInterface, 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)
public:
void registerSensors()