Debugger: Test compile fix

Change-Id: Ice03e5fd61970f86b99ce3b9122acb5ae0eb2cea
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-01-29 16:44:43 +01:00
parent eafde22e16
commit e0842b2d3f

View File

@@ -1365,7 +1365,7 @@ void tst_Dumpers::dumper()
else if (dummy.iname == "local.clangversion")
context.clangVersion = child["value"].toInt();
else
parseWatchData(expandedINames, dummy, child, &list);
parseWatchData(dummy, child, &list);
}
//qDebug() << "QT VERSION " << QByteArray::number(context.qtVersion, 16);