summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-02 11:37:41 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-11-03 10:26:02 (GMT)
commit29ddc44a11e16347212fccd3d81c4e0c91bf61a1 (patch)
treef63e5f5b5531a93cee323162c812e6f121750df9 /src/gui/kernel/qevent.cpp
parent02b16c259cf268903823304e02d308cbbd043194 (diff)
downloadQt-29ddc44a11e16347212fccd3d81c4e0c91bf61a1.zip
Qt-29ddc44a11e16347212fccd3d81c4e0c91bf61a1.tar.gz
Qt-29ddc44a11e16347212fccd3d81c4e0c91bf61a1.tar.bz2
Documentation fixes related to gestures doc.
Reviewed-by: David Boddie
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-rw-r--r--src/gui/kernel/qevent.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index ab43e79..6757fa2 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -4344,8 +4344,9 @@ bool QGestureEvent::isAccepted(QGesture *gesture) const
Sets the accept flag of the given \a gestureType object to the specified
\a value.
- Setting the accept flag indicates that the event receiver wants the \a gesture.
- Unwanted gestures may be propagated to the parent widget.
+ Setting the accept flag indicates that the event receiver wants the gesture
+ of type \a gestureType. Unwanted gestures may be propagated to the parent
+ widget.
By default, gestures in events of type QEvent::Gesture are accepted, and
gestures in QEvent::GestureOverride events are ignored.