QmlProfiler: Load notes data only after models are available

Change-Id: I1ee13c842a07962d9aec93aaab6959614d7d8a08
Task-number: QTCREATORBUG-17936
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Ulf Hermann
2017-03-29 16:55:48 +02:00
parent 68ac850fe6
commit 0683281b7b
2 changed files with 1 additions and 1 deletions

View File

@@ -511,7 +511,6 @@ void QmlProfilerModelManager::processingDone()
++d->numFinishedFinalizers;
}
d->notesModel->loadData();
setState(Done);
}