summaryrefslogtreecommitdiffstats
path: root/src/sensors/qsensorplugin.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2011-11-18 13:00:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-22 04:05:43 +0100
commit5796cb18aaf9b5d4029c7f8140249fcdad370ebc (patch)
treef6daff84fac440bc186cf044d5b16108d1d4c3a2 /src/sensors/qsensorplugin.cpp
parentfb1b8e5f6260bfef4cebbaa7d08b2596832ce6bb (diff)
add documentation for new functions related to factoryloader
Change-Id: I9ccdf7e9e15c007879b90877ef54832d01b3c3cd Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'src/sensors/qsensorplugin.cpp')
-rw-r--r--src/sensors/qsensorplugin.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sensors/qsensorplugin.cpp b/src/sensors/qsensorplugin.cpp
index 4a4493e9..ac6dd875 100644
--- a/src/sensors/qsensorplugin.cpp
+++ b/src/sensors/qsensorplugin.cpp
@@ -95,3 +95,9 @@
\sa {Creating a sensor plugin}
*/
+/*!
+ \fn QSensorChangesInterface::QStringList keys() const
+
+ Returns this plugins name.
+ Used by the factory loader.
+ */