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:
David Schulz
2016-02-26 09:05:55 +01:00
committed by Christian Stenger
parent 36f6a5580f
commit 8e5af55b55
3 changed files with 10 additions and 4 deletions

View File

@@ -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);
}
}