diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-04-28 23:57:28 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-04-28 23:57:28 (GMT) |
commit | 6b0a0f14b20d16977f902a025b61ebbd54e72fc4 (patch) | |
tree | a495f3fd6a8e6180d7492176d7db47a3cb0a2d7d /src/declarative/graphicsitems/qdeclarativemousearea.cpp | |
parent | f8f87a70993eaed6de9bd7c614663282e8d80e46 (diff) | |
download | Qt-6b0a0f14b20d16977f902a025b61ebbd54e72fc4.zip Qt-6b0a0f14b20d16977f902a025b61ebbd54e72fc4.tar.gz Qt-6b0a0f14b20d16977f902a025b61ebbd54e72fc4.tar.bz2 |
Doc: Qt.MidButton -> Qt.MiddleButton
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativemousearea.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativemousearea.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativemousearea.cpp b/src/declarative/graphicsitems/qdeclarativemousearea.cpp index 0b9cf6e..c7b209a 100644 --- a/src/declarative/graphicsitems/qdeclarativemousearea.cpp +++ b/src/declarative/graphicsitems/qdeclarativemousearea.cpp @@ -365,7 +365,7 @@ void QDeclarativeMouseArea::setEnabled(bool a) \list \o Qt.LeftButton \o Qt.RightButton - \o Qt.MidButton + \o Qt.MiddleButton \endlist The code below displays "right" when the right mouse buttons is pressed: @@ -684,7 +684,7 @@ void QDeclarativeMouseArea::setHovered(bool h) \list \o Qt.LeftButton \o Qt.RightButton - \o Qt.MidButton + \o Qt.MiddleButton \endlist To accept more than one button the flags can be combined with the |