summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/watchtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmldebugger/watchtable.h')
-rw-r--r--tools/qmldebugger/watchtable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmldebugger/watchtable.h b/tools/qmldebugger/watchtable.h
index 772142c..67c2565 100644
--- a/tools/qmldebugger/watchtable.h
+++ b/tools/qmldebugger/watchtable.h
@@ -29,7 +29,8 @@ public:
QmlDebugWatch *findWatch(int column) const;
int columnForWatch(QmlDebugWatch *watch) const;
- void stopWatching(int column);
+ void removeWatchAt(int column);
+ void removeAllWatches();
int rowCount(const QModelIndex &parent = QModelIndex()) const;
int columnCount(const QModelIndex &parent = QModelIndex()) const;