summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-03-20 11:35:04 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 02:52:47 +0100
commitb155df9ddc7e03b75f50e92331a87a9f889f7473 (patch)
tree752b2baabd04adfa4dfea9b13a34c483effd80dc
parent807a4edc469e657cb525b28575997d3bf005a5ba (diff)
fix documents
Change-Id: If07ca2c2c60178fa769cbaf9ac31079d7a9414bd Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
-rw-r--r--src/sensors/gestures/qsensorgesturerecognizer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/gestures/qsensorgesturerecognizer.cpp b/src/sensors/gestures/qsensorgesturerecognizer.cpp
index 4090db3e..a4c5b453 100644
--- a/src/sensors/gestures/qsensorgesturerecognizer.cpp
+++ b/src/sensors/gestures/qsensorgesturerecognizer.cpp
@@ -172,7 +172,7 @@ void QSensorGestureRecognizer::createBackend()
Calls QSensorGestureRecognizer::start() if the recognizer isn't already initialized.
This is called by the QSensorGesture object, so please use that instead.
-\sa QSensorGesture::startDetection
+\sa QSensorGesture::startDetection()
*/
void QSensorGestureRecognizer::startBackend()
@@ -189,7 +189,7 @@ void QSensorGestureRecognizer::startBackend()
Calls QSensorGestureRecognizer::stop() if no other clients are using it.
This is called by the QSensorGesture object, so please use that instead.
-\sa QSensorGesture::stopDetection
+\sa QSensorGesture::stopDetection()
*/
void QSensorGestureRecognizer::stopBackend()
{