summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlcompiler.cpp
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-21 17:14:53 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 15:02:31 +0000
commit45c751bb6045cc0edb5e850f8cb001c8c88651a9 (patch)
treefcce4533981270fbdb9a04df89bb5941565b73bf /src/scxml/qscxmlcompiler.cpp
parente9c66a7acd26af08bb8132cf31c7cb5716f9a53e (diff)
Replace Q_DECL_FINAL with final
Change-Id: I074b69d728dfb597f4eb68cf516a2591658303ba Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/scxml/qscxmlcompiler.cpp')
-rw-r--r--src/scxml/qscxmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlcompiler.cpp b/src/scxml/qscxmlcompiler.cpp
index a862c46..b39b786 100644
--- a/src/scxml/qscxmlcompiler.cpp
+++ b/src/scxml/qscxmlcompiler.cpp
@@ -595,7 +595,7 @@ public:
}
}
- QScxmlInvokableServiceFactory *serviceFactory(int id) const override Q_DECL_FINAL
+ QScxmlInvokableServiceFactory *serviceFactory(int id) const override final
{ return m_allFactoriesById.at(id); }
static DynamicStateMachine *build(DocumentModel::ScxmlDocument *doc)