From b155df9ddc7e03b75f50e92331a87a9f889f7473 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Tue, 20 Mar 2012 11:35:04 +1000 Subject: fix documents Change-Id: If07ca2c2c60178fa769cbaf9ac31079d7a9414bd Reviewed-by: Lincoln Ramsay --- src/sensors/gestures/qsensorgesturerecognizer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sensors/gestures/qsensorgesturerecognizer.cpp b/src/sensors/gestures/qsensorgesturerecognizer.cpp index 4090db3..a4c5b45 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() { -- cgit v1.2.1