aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/quick/quicktestframework.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/quick/quicktestframework.h')
-rw-r--r--src/plugins/autotest/quick/quicktestframework.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/autotest/quick/quicktestframework.h b/src/plugins/autotest/quick/quicktestframework.h
index 80befb53d1..a50b224c8d 100644
--- a/src/plugins/autotest/quick/quicktestframework.h
+++ b/src/plugins/autotest/quick/quicktestframework.h
@@ -44,10 +44,11 @@ public:
QuickTestFramework() : ITestFramework(true) {}
const char *name() const override;
unsigned priority() const override;
+ IFrameworkSettings *frameworkSettings() override;
protected:
- ITestParser *createTestParser() const override;
- TestTreeItem *createRootNode() const override;
+ ITestParser *createTestParser() override;
+ TestTreeItem *createRootNode() override;
};
} // namespace Internal