diff options
author | Andreas Buhr <[email protected]> | 2021-02-23 09:46:23 +0100 |
---|---|---|
committer | Andreas Buhr <[email protected]> | 2021-02-23 16:50:07 +0100 |
commit | 7e029878c0f0ba43640d031aee9250fe4e713b41 (patch) | |
tree | f065d91e7ef8c7ec51a39027b453b187a47ad62c /tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp | |
parent | 500b8b9f5dc773f8b7b6ef73637ec0fb7f3bece4 (diff) |
Fix some "can be marked override" warnings
Change-Id: I13da0d085901314950c4fa0afb5853e183652e67
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Shawn Rutledge <[email protected]>
Diffstat (limited to 'tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp')
-rw-r--r-- | tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp b/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp index f636e527c3..365e40dfeb 100644 --- a/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp +++ b/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.cpp @@ -44,7 +44,7 @@ public: private slots: - void initTestCase(); + void initTestCase() override; void basicLoading(); void testNonResolvedPath(); void application_data(); |