debugger: make add & remove wathcers work again after the action changes

This commit is contained in:
hjk
2009-03-19 12:53:58 +01:00
parent 50cabb9216
commit 532c18d723
4 changed files with 20 additions and 5 deletions

View File

@@ -160,7 +160,9 @@ public:
//public slots:
void cleanup();
Q_SLOT void watchExpression(); // data in action->data().toString()
Q_SLOT void watchExpression(const QString &exp);
Q_SLOT void removeWatchExpression();
Q_SLOT void removeWatchExpression(const QString &exp);
void reinitializeWatchers();