Debugger: Move watchHandler()->notifyUpdateStarted() to doUpdateLocals

This was it also gets triggered when expanding tooltips.

Change-Id: I90ad39e9e82abdcd40e663b4ba4998205563009b
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
hjk
2015-06-16 16:38:14 +02:00
parent ad6451bbe4
commit d769efe1e2
4 changed files with 7 additions and 1 deletions

View File

@@ -1551,7 +1551,6 @@ void DebuggerEngine::createSnapshot()
void DebuggerEngine::updateLocals()
{
watchHandler()->resetValueCache();
watchHandler()->notifyUpdateStarted();
doUpdateLocals(UpdateParameters());
}