summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine/qmouseeventtransition.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-03 12:53:19 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2009-11-03 15:23:07 (GMT)
commit19421cc33af4f439f4c7aea2de9f449987fbc420 (patch)
treea7d8163bbd7c8e4e6741c5a958937670e5de2337 /src/gui/statemachine/qmouseeventtransition.h
parent2596d721d64ad4d484176888cb166fbc43157ca9 (diff)
downloadQt-19421cc33af4f439f4c7aea2de9f449987fbc420.zip
Qt-19421cc33af4f439f4c7aea2de9f449987fbc420.tar.gz
Qt-19421cc33af4f439f4c7aea2de9f449987fbc420.tar.bz2
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h
index a6687b6..e7f6a45 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);