ProgressDialog: added more info

This commit is contained in:
matlabbe
2015-07-23 17:03:48 -04:00
parent 90c1e3942f
commit b66fcdc070

View File

@@ -1370,7 +1370,12 @@ void MainWindow::updateMapCloud(
{
UERROR("map id of node %d not found!", iter->first);
}
}
if(verboseProgress)
{
_initProgressDialog->appendText(tr("Map update: %1 nodes shown of %2 (cloud filtering is on)").arg(poses.size()).arg(posesIn.size()));
QApplication::processEvents();
}
}
else