summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2011-02-10 02:53:33 (GMT)
committerBea Lam <bea.lam@nokia.com>2011-02-11 01:00:21 (GMT)
commitabd0103ef31b1aad5bfa0e75ee0270d9342c92e7 (patch)
tree96f03170bf0fd3d00316cc95258809ab7bfc00f0
parentdb8462b107ad3dbf13c1eed43588fb1d9420f4ad (diff)
downloadQt-abd0103ef31b1aad5bfa0e75ee0270d9342c92e7.zip
Qt-abd0103ef31b1aad5bfa0e75ee0270d9342c92e7.tar.gz
Qt-abd0103ef31b1aad5bfa0e75ee0270d9342c92e7.tar.bz2
MouseArea docs - link to onCanceled() from onReleased()
-rw-r--r--src/declarative/graphicsitems/qdeclarativemousearea.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativemousearea.cpp b/src/declarative/graphicsitems/qdeclarativemousearea.cpp
index 273fc53..0aa0c1b 100644
--- a/src/declarative/graphicsitems/qdeclarativemousearea.cpp
+++ b/src/declarative/graphicsitems/qdeclarativemousearea.cpp
@@ -314,6 +314,8 @@ QDeclarativeMouseAreaPrivate::~QDeclarativeMouseAreaPrivate()
position of the release of the click, and whether the click was held.
The \e accepted property of the MouseEvent parameter is ignored in this handler.
+
+ \sa onCanceled()
*/
/*!