add to watchwindow was missing an update.

This commit is contained in:
hjk
2008-12-10 16:53:18 +01:00
parent 540c6de108
commit 154121279e
2 changed files with 1 additions and 2 deletions

View File

@@ -1033,7 +1033,6 @@ void DebuggerManager::addToWatchWindow()
void DebuggerManager::watchExpression(const QString &expression)
{
watchHandler()->watchExpression(expression);
//engine()->updateWatchModel();
}
void DebuggerManager::setBreakpoint(const QString &fileName, int lineNumber)