summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlinvokableservice_p.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-20 20:57:46 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-21 13:35:13 +0000
commite9c66a7acd26af08bb8132cf31c7cb5716f9a53e (patch)
treecb974328a90cd24592a7d96ccaa409e8c29f9a2e /src/scxml/qscxmlinvokableservice_p.h
parent58ba4c9012bd4764593c8785a7a217506b0752e0 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I68e08fd214ad3dbf4de9c9e23b1725950925c1fb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/scxml/qscxmlinvokableservice_p.h')
-rw-r--r--src/scxml/qscxmlinvokableservice_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scxml/qscxmlinvokableservice_p.h b/src/scxml/qscxmlinvokableservice_p.h
index 37ca870..dce1d64 100644
--- a/src/scxml/qscxmlinvokableservice_p.h
+++ b/src/scxml/qscxmlinvokableservice_p.h
@@ -95,10 +95,10 @@ public:
QScxmlInvokableServiceFactory *parent);
~QScxmlScxmlService();
- bool start() Q_DECL_OVERRIDE;
- QString id() const Q_DECL_OVERRIDE;
- QString name() const Q_DECL_OVERRIDE;
- void postEvent(QScxmlEvent *event) Q_DECL_OVERRIDE;
+ bool start() override;
+ QString id() const override;
+ QString name() const override;
+ void postEvent(QScxmlEvent *event) override;
QScxmlStateMachine *stateMachine() const;
private: