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 3f40224d8c..49fc156a51 100644
--- a/src/widgets/statemachine/qmouseeventtransition.h
+++ b/src/widgets/statemachine/qmouseeventtransition.h
@@ -70,8 +70,8 @@ public:
void setHitTestPath(const QPainterPath &path);
protected:
- void onTransition(QEvent *event) Q_DECL_OVERRIDE;
- bool eventTest(QEvent *event) Q_DECL_OVERRIDE;
+ void onTransition(QEvent *event) override;
+ bool eventTest(QEvent *event) override;
private:
Q_DISABLE_COPY(QMouseEventTransition)