From 6b6fefad48abed28df69d0fa830accbb0c8dcb4d Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 24 Sep 2012 18:12:43 +0200 Subject: Remove duplicate words and punctuation from documentation. Change-Id: I5550c62d412510bc2c5acceb2cae7d2f2ef6a8d3 Reviewed-by: Jerome Pasion --- src/widgets/kernel/qgesture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/kernel/qgesture.cpp') diff --git a/src/widgets/kernel/qgesture.cpp b/src/widgets/kernel/qgesture.cpp index 4b0082bf9e..28e3213c83 100644 --- a/src/widgets/kernel/qgesture.cpp +++ b/src/widgets/kernel/qgesture.cpp @@ -782,7 +782,7 @@ void QTapAndHoldGesture::setPosition(const QPointF &value) /*! Set the timeout, in milliseconds, before the gesture triggers. - The recognizer will detect a touch down and and if \a msecs + The recognizer will detect a touch down and if \a msecs later the touch is still down, it will trigger the QTapAndHoldGesture. The default value is 700 milliseconds. */ @@ -795,7 +795,7 @@ void QTapAndHoldGesture::setTimeout(int msecs) /*! Gets the timeout, in milliseconds, before the gesture triggers. - The recognizer will detect a touch down and and if timeout() + The recognizer will detect a touch down and if timeout() later the touch is still down, it will trigger the QTapAndHoldGesture. The default value is 700 milliseconds. */ -- cgit v1.2.3