summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/watchtable.h
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-27 04:04:03 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-27 04:04:03 (GMT)
commit578a9db47635e8a5dad55022c10f0222e7b1f29c (patch)
tree9feaa6f8b150070bf74676d994ba7e08ef4ea8c2 /tools/qmldebugger/watchtable.h
parent2559961affdbf66d1cfad3b71b439b6aea0bc66f (diff)
downloadQt-578a9db47635e8a5dad55022c10f0222e7b1f29c.zip
Qt-578a9db47635e8a5dad55022c10f0222e7b1f29c.tar.gz
Qt-578a9db47635e8a5dad55022c10f0222e7b1f29c.tar.bz2
Allow debugger components to be reset/cleared.
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;