forked from qt-creator/qt-creator
debugger: make add & remove wathcers work again after the action changes
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user