summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview/qgraphicsitem.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-20 17:32:56 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-20 17:34:46 (GMT)
commitee4a76e2a1afade93ec89e9a7875837b195706e9 (patch)
treeaf8773e1337fef62e73d85008fdf7ee03a6a963c /src/gui/graphicsview/qgraphicsitem.cpp
parent8f2a9e7060f751113999feae4b907e065c9a4e19 (diff)
downloadQt-ee4a76e2a1afade93ec89e9a7875837b195706e9.zip
Qt-ee4a76e2a1afade93ec89e9a7875837b195706e9.tar.gz
Qt-ee4a76e2a1afade93ec89e9a7875837b195706e9.tar.bz2
Doc: fix links between QGraphicsItem and QTouchEvent
Diffstat (limited to 'src/gui/graphicsview/qgraphicsitem.cpp')
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp
index 5ef6219..ae2a2c3 100644
--- a/src/gui/graphicsview/qgraphicsitem.cpp
+++ b/src/gui/graphicsview/qgraphicsitem.cpp
@@ -2332,8 +2332,8 @@ void QGraphicsItem::setAcceptsHoverEvents(bool enabled)
/*! \since 4.6
- Returns true if an item accepts touch events (QTouchEvent); otherwise, returns false. By
- default, items do not accept touch events.
+ Returns true if an item accepts \l{QTouchEvent}{touch events};
+ otherwise, returns false. By default, items do not accept touch events.
\sa setAcceptTouchEvents()
*/
@@ -2345,7 +2345,7 @@ bool QGraphicsItem::acceptTouchEvents() const
/*!
\since 4.6
- If \a enabled is true, this item will accept touch events;
+ If \a enabled is true, this item will accept \l{QTouchEvent}{touch events};
otherwise, it will ignore them. By default, items do not accept
touch events.
*/