summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
parent58ba4c9012bd4764593c8785a7a217506b0752e0 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I68e08fd214ad3dbf4de9c9e23b1725950925c1fb Reviewed-by: Ulf Hermann <ulf.hermann@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 296c63d..423c328 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) Q_DECL_OVERRIDE Q_DECL_FINAL;
+ QStringList *errors) override Q_DECL_FINAL;
};