forked from qt-creator/qt-creator
AutoTest: Use ITestFramework * instead of its id in some cases
Change-Id: Ic327e31185247b6479c78af8bf8156f44bb4bdfb Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
namespace Autotest {
|
||||
namespace Internal {
|
||||
|
||||
ITestParser *BoostTestFramework::createTestParser() const
|
||||
ITestParser *BoostTestFramework::createTestParser()
|
||||
{
|
||||
return new BoostTestParser;
|
||||
return new BoostTestParser(this);
|
||||
}
|
||||
|
||||
TestTreeItem *BoostTestFramework::createRootNode() const
|
||||
|
||||
Reference in New Issue
Block a user