QmlProfiler: remove now superfluous processingDone method

This detour existed to ensure that the V8 model and the events model are
done processing before we call complete.

Change-Id: I89b3ec7935e63e8cbcdeaff74d407064456c07be
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Joerg Bornemann
2015-05-27 11:23:50 +02:00
parent 3e8a40c382
commit 2f33b50f74
3 changed files with 1 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ void QmlProfilerBaseModel::detailsDone()
emit changed();
d->processingDone = true;
d->modelManager->modelProxyCountUpdated(d->modelId, isEmpty() ? 0 : 1, 1);
d->modelManager->modelProcessingDone();
d->modelManager->complete();
}
}