From e9c66a7acd26af08bb8132cf31c7cb5716f9a53e Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Wed, 20 Sep 2017 20:57:46 +0200 Subject: Replace Q_DECL_OVERRIDE with override Change-Id: I68e08fd214ad3dbf4de9c9e23b1725950925c1fb Reviewed-by: Ulf Hermann --- tests/auto/scion/tst_scion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; }; -- cgit v1.2.3