summaryrefslogtreecommitdiffstats
path: root/src/widgets/statemachine/qmouseeventtransition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/statemachine/qmouseeventtransition.h')
-rw-r--r--src/widgets/statemachine/qmouseeventtransition.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/statemachine/qmouseeventtransition.h b/src/widgets/statemachine/qmouseeventtransition.h
index 2bad8b13bd..d2caf8d5fe 100644
--- a/src/widgets/statemachine/qmouseeventtransition.h
+++ b/src/widgets/statemachine/qmouseeventtransition.h
@@ -64,8 +64,8 @@ public:
void setHitTestPath(const QPainterPath &path);
protected:
- void onTransition(QEvent *event);
- bool eventTest(QEvent *event);
+ void onTransition(QEvent *event) Q_DECL_OVERRIDE;
+ bool eventTest(QEvent *event) Q_DECL_OVERRIDE;
private:
Q_DISABLE_COPY(QMouseEventTransition)