summaryrefslogtreecommitdiffstats
path: root/src/gui/statemachine/qmouseeventtransition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statemachine/qmouseeventtransition.h')
-rw-r--r--src/gui/statemachine/qmouseeventtransition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/statemachine/qmouseeventtransition.h b/src/gui/statemachine/qmouseeventtransition.h
index d5fb565..eee971e 100644
--- a/src/gui/statemachine/qmouseeventtransition.h
+++ b/src/gui/statemachine/qmouseeventtransition.h
@@ -51,7 +51,7 @@ public:
void setPath(const QPainterPath &path);
protected:
- void onTransition();
+ void onTransition(QEvent *event);
bool eventTest(QEvent *event) const;
private: