summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-05-10 02:29:13 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2010-05-10 02:29:13 (GMT)
commitb1b8d79cecb40e94ddaf91c0e319209849d27f9e (patch)
treeed31d369bb422ea9b84db8078b1c76a41f286827 /src/declarative
parentc4d8435f80ef72fa419591a666b4e989ccb2c173 (diff)
downloadQt-b1b8d79cecb40e94ddaf91c0e319209849d27f9e.zip
Qt-b1b8d79cecb40e94ddaf91c0e319209849d27f9e.tar.gz
Qt-b1b8d79cecb40e94ddaf91c0e319209849d27f9e.tar.bz2
Fixes doc of mouse area's onEntered
Task-number: QTBUG-9227
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativemousearea.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativemousearea.cpp b/src/declarative/graphicsitems/qdeclarativemousearea.cpp
index 74f2338..1947c00 100644
--- a/src/declarative/graphicsitems/qdeclarativemousearea.cpp
+++ b/src/declarative/graphicsitems/qdeclarativemousearea.cpp
@@ -197,8 +197,8 @@ QDeclarativeMouseAreaPrivate::~QDeclarativeMouseAreaPrivate()
This handler is called when the mouse enters the mouse area.
By default the onEntered handler is only called while a button is
- pressed. Setting hoverEnabled to true enables handling of
- onExited when no mouse button is pressed.
+ pressed. Setting hoverEnabled to true enables handling of
+ onEntered when no mouse button is pressed.
\sa hoverEnabled
*/
@@ -209,7 +209,7 @@ QDeclarativeMouseAreaPrivate::~QDeclarativeMouseAreaPrivate()
This handler is called when the mouse exists the mouse area.
By default the onExited handler is only called while a button is
- pressed. Setting hoverEnabled to true enables handling of
+ pressed. Setting hoverEnabled to true enables handling of
onExited when no mouse button is pressed.
\sa hoverEnabled