aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_clangdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_clangdb.h')
-rw-r--r--tests/auto/blackbox/tst_clangdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_clangdb.h b/tests/auto/blackbox/tst_clangdb.h
index 6122e636d..1ae6db467 100644
--- a/tests/auto/blackbox/tst_clangdb.h
+++ b/tests/auto/blackbox/tst_clangdb.h
@@ -41,7 +41,7 @@ public:
TestClangDb();
private slots:
- void initTestCase();
+ void initTestCase() override;
void ensureBuildTreeCreated();
void checkCanGenerateDb();
void checkDbIsValidJson();