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:
@@ -33,7 +33,8 @@ namespace Autotest {
|
||||
|
||||
static CppParser *s_parserInstance = nullptr;
|
||||
|
||||
CppParser::CppParser()
|
||||
CppParser::CppParser(ITestFramework *framework)
|
||||
: ITestParser(framework)
|
||||
{
|
||||
s_parserInstance = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user