forked from qt-creator/qt-creator
AutoTest: Fix types of TestParseResult
Change-Id: I6a37822efab49164779d3f01c1f1a2390b90e3f9 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -155,8 +155,8 @@ struct TestParseResult
|
||||
QString fileName;
|
||||
QString referencingFile;
|
||||
QString testCaseName;
|
||||
int line = 0;
|
||||
int column = 0;
|
||||
unsigned line = 0;
|
||||
unsigned column = 0;
|
||||
bool parameterized = false;
|
||||
QMap<QString, TestCodeLocationAndType> functions;
|
||||
QMap<QString, TestCodeLocationList> dataTagsOrTestSets;
|
||||
|
||||
Reference in New Issue
Block a user