summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-02-21 16:19:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-21 08:56:42 +0100
commitfc5794ee0c77cad9523fa1a0d391c41cabb2d282 (patch)
treea78f6c88c4b97b019fdc301421542a4187a96995 /src
parentf276cad6329ab9741b035760b033a0a272577bfd (diff)
add links to sensor gesture descriptions and fix up other links.
Change-Id: I7edef31ceeef79ce117cc214143a53385d0634ce Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/sensors2/qsensor2gesture.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/imports/sensors2/qsensor2gesture.cpp b/src/imports/sensors2/qsensor2gesture.cpp
index 2185fb09..0730e565 100644
--- a/src/imports/sensors2/qsensor2gesture.cpp
+++ b/src/imports/sensors2/qsensor2gesture.cpp
@@ -75,6 +75,10 @@ QT_BEGIN_NAMESPACE
}
}
\endqml
+
+A list of currently supported sensor gestures and their descriptions can be found here:
+\l {Qt Sensor Gestures}
+
*/
QSensor2Gesture::QSensor2Gesture(QObject* parent)
: QObject(parent)
@@ -128,6 +132,8 @@ QStringList QSensor2Gesture::availableGestures()
This property cannot be changed while the element is enabled.
To determine all available getures on the system please use the
\l {QtSensors5::SensorGesture::availableGestures} {availableGestures} property.
+
+ \sa {QtSensorGestures Plugins}
*/
QStringList QSensor2Gesture::gestures() const
{