aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickdrawer
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-17 09:06:59 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2021-03-17 10:22:01 +0100
commitbf67116a6f69462adad3edd2dd64aa05e00a41bd (patch)
tree967b73d875bef6dc7965d33f9d914c4ad8bfef82 /tests/auto/qquickdrawer
parent7ba632f3fdab4ca86517c59876d77c1789bc3ba3 (diff)
Fix compiler warnings, add override
Change-Id: I547e94213f4b4d2c3ca3aeaa06330069e6311043 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/qquickdrawer')
-rw-r--r--tests/auto/qquickdrawer/tst_qquickdrawer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qquickdrawer/tst_qquickdrawer.cpp b/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
index c96b156c..043ddc5a 100644
--- a/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
+++ b/tests/auto/qquickdrawer/tst_qquickdrawer.cpp
@@ -60,7 +60,7 @@ class tst_QQuickDrawer : public QQmlDataTest
Q_OBJECT
private slots:
- void initTestCase();
+ void initTestCase() override;
void defaults();
void invalidEdge();