summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-10-23 12:24:15 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-10-23 13:05:01 (GMT)
commit4e6bb8c2d952d95ef0546d63db1c3c7c2026f6c9 (patch)
tree16718df5d443022913a7c91d8e98414b8b7d6ee4 /src/gui/kernel
parent05aaab72d69a7fa9c23811c1d3ee7d91a9174e46 (diff)
downloadQt-4e6bb8c2d952d95ef0546d63db1c3c7c2026f6c9.zip
Qt-4e6bb8c2d952d95ef0546d63db1c3c7c2026f6c9.tar.gz
Qt-4e6bb8c2d952d95ef0546d63db1c3c7c2026f6c9.tar.bz2
Doc: Changed the text slightly.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qgesturerecognizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qgesturerecognizer.cpp b/src/gui/kernel/qgesturerecognizer.cpp
index 9de3bcc..ba3a750 100644
--- a/src/gui/kernel/qgesturerecognizer.cpp
+++ b/src/gui/kernel/qgesturerecognizer.cpp
@@ -186,7 +186,7 @@ void QGestureRecognizer::reset(QGesture *gesture)
\fn QGestureRecognizer::filterEvent(QGesture *gesture, QObject *watched, QEvent *event)
Handles the given \a event for the \a watched object, updating the state of the \a gesture
- object as required, and returns a suitable Result for the current recognition step.
+ object as required, and returns a suitable result for the current recognition step.
This function is called by the framework to allow the recognizer to filter input events
dispatched to QWidget or QGraphicsObject instances that it is monitoring.