forked from qt-creator/qt-creator
AutoTest: Add convenient function to modify line and column.
Change-Id: Ica5fe4a8048b8faf75767bddb36a062ec438fcfe Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
36f6a5580f
commit
8e5af55b55
@@ -723,7 +723,7 @@ void TestTreeModel::handleUnnamedQuickParseResult(const TestParseResult &result)
|
||||
func, result));
|
||||
continue;
|
||||
}
|
||||
functionItem->modifyLineAndColumn(location.m_line, location.m_column);
|
||||
functionItem->modifyLineAndColumn(location);
|
||||
functionItem->markForRemoval(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user