summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicssceneevent.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 14:49:09 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-05-11 15:08:18 (GMT)
commit0466a193fd1b8bd7c6f165c3032c47a08a881529 (patch)
tree582d253963069364a8a6d1be39e540dc53f59006 /src/gui/graphicsview/qgraphicssceneevent.cpp
parentfd55642d60b852fbd175a9ea7c1a2457c6f611aa (diff)
downloadQt-0466a193fd1b8bd7c6f165c3032c47a08a881529.zip
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.gz
Qt-0466a193fd1b8bd7c6f165c3032c47a08a881529.tar.bz2
Added missing \since 4.6 doc tag
Diffstat (limited to 'src/gui/graphicsview/qgraphicssceneevent.cpp')
-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 9795fda..b599632 100644
--- a/src/gui/graphicsview/qgraphicssceneevent.cpp
+++ b/src/gui/graphicsview/qgraphicssceneevent.cpp
@@ -1711,8 +1711,9 @@ void QGraphicsSceneMoveEvent::setNewPos(const QPointF &pos)
/*!
\class QGraphicsSceneGestureEvent
\brief The QGraphicsSceneGestureEvent class provides gesture events for
- the graphics view framework.
+ the graphics view framework.
\since 4.6
+ \ingroup multimedia
\ingroup graphicsview-api
QGraphicsSceneGestureEvent extends information provided by
@@ -1725,6 +1726,8 @@ void QGraphicsSceneMoveEvent::setNewPos(const QPointF &pos)
The scene sends the event to the first QGraphicsItem under the
mouse cursor that accepts gestures; a graphics item is set to accept
gestures with \l{QGraphicsItem::}{grabGesture()}.
+
+ \sa QGestureEvent
*/
/*!