summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parente9c66a7acd26af08bb8132cf31c7cb5716f9a53e (diff)
Replace Q_DECL_FINAL with final
Change-Id: I074b69d728dfb597f4eb68cf516a2591658303ba Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/tst_scion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 423c328..4bbd1db 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -92,7 +92,7 @@ public:
DynamicLoader();
QByteArray load(const QString &name,
const QString &baseDir,
- QStringList *errors) override Q_DECL_FINAL;
+ QStringList *errors) override final;
};