summaryrefslogtreecommitdiffstats
path: root/src/sensors/qsensorplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qsensorplugin.cpp')
-rw-r--r--src/sensors/qsensorplugin.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sensors/qsensorplugin.cpp b/src/sensors/qsensorplugin.cpp
index ac6dd875..d4f1d59f 100644
--- a/src/sensors/qsensorplugin.cpp
+++ b/src/sensors/qsensorplugin.cpp
@@ -59,6 +59,13 @@
*/
/*!
+ \fn QStringList QSensorPluginInterface::keys() const
+
+ Returns a stringlist with one entry that contains a unique name for this plugin.
+ Required as an artifact of the factory loader.
+*/
+
+/*!
\fn QSensorPluginInterface::registerSensors()
This function is called when the plugin is loaded. The plugin should register
@@ -94,10 +101,3 @@
\sa {Creating a sensor plugin}
*/
-
-/*!
- \fn QSensorChangesInterface::QStringList keys() const
-
- Returns this plugins name.
- Used by the factory loader.
- */