summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()
{