Debugger: Remove new watch window timer from public interface

Change-Id: Ic9d3df22d917e5644d6302a6af06aa8eadea8b5a
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-03-17 13:26:20 +01:00
parent f1ea415581
commit 9851484b31
7 changed files with 20 additions and 23 deletions

View File

@@ -664,7 +664,7 @@ void PdbEngine::updateLocals()
//m_lastDebuggableCommand = cmd;
//m_lastDebuggableCommand.args.replace("\"passexceptions\":0", "\"passexceptions\":1");
watchHandler()->updateRequested();
watchHandler()->notifyUpdateStarted();
runCommand(cmd);
}