diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-11-03 13:53:19 +0100 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2009-11-03 16:23:07 +0100 |
commit | 19421cc33af4f439f4c7aea2de9f449987fbc420 (patch) | |
tree | a7d8163bbd7c8e4e6741c5a958937670e5de2337 /src/gui/statemachine/qmouseeventtransition.h | |
parent | 2596d721d64ad4d484176888cb166fbc43157ca9 (diff) | |
download | qt4-tools-19421cc33af4f439f4c7aea2de9f449987fbc420.tar.gz |
Change name of QMouseEventTransition::path() to hitTestPath().
Make it clearer what the property actually does.
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/gui/statemachine/qmouseeventtransition.h')
-rw-r--r-- | src/gui/statemachine/qmouseeventtransition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h index a6687b6cb4..e7f6a45cc1 100644 --- a/src/gui/statemachine/qmouseeventtransition.h +++ b/src/gui/statemachine/qmouseeventtransition.h @@ -71,8 +71,8 @@ public: Qt::KeyboardModifiers modifierMask() const; void setModifierMask(Qt::KeyboardModifiers modifiers); - QPainterPath path() const; - void setPath(const QPainterPath &path); + QPainterPath hitTestPath() const; + void setHitTestPath(const QPainterPath &path); protected: void onTransition(QEvent *event); |