aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2021-05-04 07:22:24 +0200
committerAndreas Buhr <andreas@andreasbuhr.de>2021-05-04 12:00:43 +0200
commit53c4271826edf1634f50c7914ca1926bdf3072f6 (patch)
tree3f7e74207341a5cd1f9b1c6e5e96c8847f62be06 /tests
parent1c010b202506bb7eb0f0e24ab37ad50e319abada (diff)
Fix warning about override in tst_qqmldebugtranslationservice
Change-Id: I77187b62a428dd075d9cbddbc80b5fb5bf42eebd Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp b/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp
index 8ce42f04b3..b2b0ee4661 100644
--- a/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp
+++ b/tests/auto/qml/debugger/qqmldebugtranslationservice/tst_qqmldebugtranslationservice.cpp
@@ -65,7 +65,7 @@ public:
}
private slots:
- void initTestCase()
+ void initTestCase() override
{
QQmlDebugTest::initTestCase();