debugger: watcher creation revisited

This commit is contained in:
hjk
2009-04-16 14:42:19 +02:00
parent e2ef47bcff
commit 544aea1a2e
3 changed files with 2 additions and 5 deletions

View File

@@ -932,7 +932,6 @@ QString WatchHandler::watcherName(const QString &exp)
void WatchHandler::watchExpression(const QString &exp)
{
// FIXME: 'exp' can contain illegal characters
//MODEL_DEBUG("WATCH: " << exp);
m_watchers[exp] = watcherCounter++;
WatchData data;
data.exp = exp;