summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qgesture.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2012-09-24 18:12:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 04:03:20 +0200
commit6b6fefad48abed28df69d0fa830accbb0c8dcb4d (patch)
treeb62d78dd114839ec4890727e77ca2563cba11ca6 /src/widgets/kernel/qgesture.cpp
parenta798b956b9786240a06142de078f56c28962a535 (diff)
Remove duplicate words and punctuation from documentation.
Change-Id: I5550c62d412510bc2c5acceb2cae7d2f2ef6a8d3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/widgets/kernel/qgesture.cpp')
-rw-r--r--src/widgets/kernel/qgesture.cpp4
1 files changed, 2 insertions, 2 deletions
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.
*/