forked from qt-creator/qt-creator
AutoTest: Use base of framework inside TestTreeItem
...and respectively inside the parse results which hold the information that are used to create the items. Change-Id: I78f7b5632df5d449d39fa03ffbf48036a138e337 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -48,11 +48,11 @@ public:
|
||||
Q_FLAGS(TestState)
|
||||
Q_DECLARE_FLAGS(TestStates, TestState)
|
||||
|
||||
explicit BoostTestTreeItem(ITestFramework *framework,
|
||||
explicit BoostTestTreeItem(ITestBase *base,
|
||||
const QString &name = QString(),
|
||||
const QString &filePath = QString(),
|
||||
Type type = Root)
|
||||
: TestTreeItem(framework, name, filePath, type)
|
||||
: TestTreeItem(base, name, filePath, type)
|
||||
{}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user