debugger: more actions reshuffling

This commit is contained in:
hjk
2009-03-19 10:54:27 +01:00
parent 0b58f1f527
commit 66674d3ae9
9 changed files with 159 additions and 156 deletions

View File

@@ -368,12 +368,10 @@ WatchHandler::WatchHandler()
m_incompleteSet.clear();
m_displaySet = m_completeSet;
QtcSettings *s = theDebuggerSettings();
connect(s->item(WatchExpression), SIGNAL(stringValueChanged(QString)),
connect(theDebuggerSetting(WatchExpression), SIGNAL(stringValueChanged(QString)),
this, SLOT(watchExpression(QString)));
connect(s->item(RemoveWatchExpression), SIGNAL(stringValueChanged(QString)),
connect(theDebuggerSetting(RemoveWatchExpression), SIGNAL(stringValueChanged(QString)),
this, SLOT(removeWatchExpression(QString)));
}