summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-04 18:35:37 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-04 18:36:10 (GMT)
commitc1eae9d5842c73719d7719cccc4beca55711714d (patch)
treee0c154e2d9dd3a55d58e4b0d4f9c887f64d03a82 /src/gui/kernel/qevent.cpp
parent77e5de0865f4a3810edc57ef5c8558200215b31c (diff)
downloadQt-c1eae9d5842c73719d7719cccc4beca55711714d.zip
Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.gz
Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.bz2
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
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 55a329c..31bd83f 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 to receive
+ gestures of the specified type. 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.