diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index b6b693f2fb7..94d3ff32e2e 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -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);