aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/boost/boosttesttreeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/boost/boosttesttreeitem.h')
-rw-r--r--src/plugins/autotest/boost/boosttesttreeitem.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/autotest/boost/boosttesttreeitem.h b/src/plugins/autotest/boost/boosttesttreeitem.h
index a3676c39de..f9dc154a56 100644
--- a/src/plugins/autotest/boost/boosttesttreeitem.h
+++ b/src/plugins/autotest/boost/boosttesttreeitem.h
@@ -48,8 +48,12 @@ public:
Q_FLAGS(TestState)
Q_DECLARE_FLAGS(TestStates, TestState)
- explicit BoostTestTreeItem(const QString &name = QString(), const QString &filePath = QString(),
- Type type = Root) : TestTreeItem(name, filePath, type) {}
+ explicit BoostTestTreeItem(ITestFramework *framework,
+ const QString &name = QString(),
+ const QString &filePath = QString(),
+ Type type = Root)
+ : TestTreeItem(framework, name, filePath, type)
+ {}
public:
TestTreeItem *copyWithoutChildren() override;