summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-11-22 13:00:56 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-22 04:08:22 +0100
commit4e80bd41bca2f027d348341e36b9a6027d54a2b9 (patch)
tree7ddd4829297d928d7338cabd3c805a0ad1f3720c /src
parent5796cb18aaf9b5d4029c7f8140249fcdad370ebc (diff)
Document QSensorPluginInterface::keys()
Change-Id: I4d681d32c18dc9e0caca7d2bc6632352495b7dcf Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'src')
-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.
- */