forked from qt-creator/qt-creator
Debugger: Test compile fix
Change-Id: Ice03e5fd61970f86b99ce3b9122acb5ae0eb2cea Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -1365,7 +1365,7 @@ void tst_Dumpers::dumper()
|
|||||||
else if (dummy.iname == "local.clangversion")
|
else if (dummy.iname == "local.clangversion")
|
||||||
context.clangVersion = child["value"].toInt();
|
context.clangVersion = child["value"].toInt();
|
||||||
else
|
else
|
||||||
parseWatchData(expandedINames, dummy, child, &list);
|
parseWatchData(dummy, child, &list);
|
||||||
}
|
}
|
||||||
|
|
||||||
//qDebug() << "QT VERSION " << QByteArray::number(context.qtVersion, 16);
|
//qDebug() << "QT VERSION " << QByteArray::number(context.qtVersion, 16);
|
||||||
|
Reference in New Issue
Block a user