summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qgesture.cpp
diff options
context:
space:
mode:
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.
*/