summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-02 08:38:08 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-07-02 08:39:04 (GMT)
commit69083610b09aaabbff5e8a177fac713a6a6d46ba (patch)
treea918f90d8c57f8f79cc7b71d449ab532827af1fd /src/gui/graphicsview
parentb4028f5a2195a432059ff26c288d772af47bc14d (diff)
downloadQt-69083610b09aaabbff5e8a177fac713a6a6d46ba.zip
Qt-69083610b09aaabbff5e8a177fac713a6a6d46ba.tar.gz
Qt-69083610b09aaabbff5e8a177fac713a6a6d46ba.tar.bz2
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicssceneevent.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicssceneevent.cpp b/src/gui/graphicsview/qgraphicssceneevent.cpp
index 338f12a..27a2d7e 100644
--- a/src/gui/graphicsview/qgraphicssceneevent.cpp
+++ b/src/gui/graphicsview/qgraphicssceneevent.cpp
@@ -1892,8 +1892,11 @@ void QGraphicsSceneGestureEvent::acceptAll()
setAccepted(true);
}
-/*!
+/*! \fn void QGraphicsSceneGestureEvent::accept()
+ Calls QEvent::accept().
+*/
+/*!
Sets the accept flag of the gesture specified by \a type. This is
equivalent to calling \l{QGestureEvent::gesture()} {gesture(type)}->
\l{QGesture::accept()}{accept()}