summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlstatemachine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmlstatemachine_p.h')
-rw-r--r--src/scxml/qscxmlstatemachine_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlstatemachine_p.h b/src/scxml/qscxmlstatemachine_p.h
index a2926a8..aa08f1c 100644
--- a/src/scxml/qscxmlstatemachine_p.h
+++ b/src/scxml/qscxmlstatemachine_p.h
@@ -77,7 +77,7 @@ public:
Q_INVOKABLE void doProcessEvents();
protected:
- void timerEvent(QTimerEvent *timerEvent) Q_DECL_OVERRIDE;
+ void timerEvent(QTimerEvent *timerEvent) override;
};
class ScxmlEventRouter : public QObject