aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-02-23 09:46:23 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2021-02-23 16:50:07 +0100
commit7e029878c0f0ba43640d031aee9250fe4e713b41 (patch)
treef065d91e7ef8c7ec51a39027b453b187a47ad62c /tests/auto/qml/qqmlmoduleplugin
parent500b8b9f5dc773f8b7b6ef73637ec0fb7f3bece4 (diff)
Fix some "can be marked override" warnings
Change-Id: I13da0d085901314950c4fa0afb5853e183652e67 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin')
-rw-r--r--tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
index 72f38f16d6..ea5b44f1b6 100644
--- a/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
+++ b/tests/auto/qml/qqmlmoduleplugin/tst_qqmlmoduleplugin.cpp
@@ -60,7 +60,7 @@ class tst_qqmlmoduleplugin : public QQmlDataTest
public:
private slots:
- virtual void initTestCase();
+ void initTestCase() override;
void importsPlugin();
void importsPlugin_data();
void importsMixedQmlCppPlugin();