debugger: some action related cleanup

This commit is contained in:
hjk
2009-03-19 15:44:26 +01:00
parent 45e7ccc0fa
commit 5999c35d2c
8 changed files with 133 additions and 156 deletions

View File

@@ -368,10 +368,10 @@ WatchHandler::WatchHandler()
m_incompleteSet.clear();
m_displaySet = m_completeSet;
connect(theDebuggerSetting(WatchExpression)->action(),
connect(theDebuggerAction(WatchExpression)->action(),
SIGNAL(triggered()), this, SLOT(watchExpression()));
connect(theDebuggerSetting(RemoveWatchExpression)->action(),
connect(theDebuggerAction(RemoveWatchExpression)->action(),
SIGNAL(triggered()), this, SLOT(removeWatchExpression()));
}