From fc5794ee0c77cad9523fa1a0d391c41cabb2d282 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Tue, 21 Feb 2012 16:19:53 +1000 Subject: add links to sensor gesture descriptions and fix up other links. Change-Id: I7edef31ceeef79ce117cc214143a53385d0634ce Reviewed-by: Alex --- src/imports/sensors2/qsensor2gesture.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/imports/sensors2') 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 { -- cgit v1.2.3