summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:27:27 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-19 05:27:27 (GMT)
commit544e175cd6063f293260f5cd8dbd3ca0a9cc7554 (patch)
tree58bbd0f39688dac650fff630bb5ba8d801b0cb17 /src/declarative
parent3556cc32978f59ce6e6f23f984ed1f0a5f475c4f (diff)
downloadQt-544e175cd6063f293260f5cd8dbd3ca0a9cc7554.zip
Qt-544e175cd6063f293260f5cd8dbd3ca0a9cc7554.tar.gz
Qt-544e175cd6063f293260f5cd8dbd3ca0a9cc7554.tar.bz2
Doc clarification
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxmouseregion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxmouseregion.cpp b/src/declarative/fx/qfxmouseregion.cpp
index 1da3c69..858764a 100644
--- a/src/declarative/fx/qfxmouseregion.cpp
+++ b/src/declarative/fx/qfxmouseregion.cpp
@@ -481,8 +481,8 @@ void QFxMouseRegion::timerEvent(QTimerEvent *event)
\qmlproperty bool MouseRegion::containsMouse
This property holds whether the mouse is currently inside the mouse region.
- \warning This property is only partially implemented -- it is only valid when the mouse is moved over the
- region. If the region moves under the mouse, \e containsMouse will not change.
+ \warning This property is not updated if the region moves under the mouse: \e containsMouse will not change.
+ In addition, if hoverEnabled is false, containsMouse will only be valid when the mouse is pressed.
*/
bool QFxMouseRegion::hovered() const
{