forked from qt-creator/qt-creator
debugger: fix regression when trying to remove watched expressions
Change-Id: I0d12339ab1903dc78eec699e07fc0c17daab0e5d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void watchExpression(const QString &exp);
|
||||
void removeWatchExpression(const QString &exp);
|
||||
void removeWatch(const QByteArray &iname);
|
||||
void handleItemIsExpanded(const QModelIndex &idx);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user