diff options
author | Bea Lam <bea.lam@nokia.com> | 2009-10-27 04:04:03 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2009-10-27 04:04:03 (GMT) |
commit | 578a9db47635e8a5dad55022c10f0222e7b1f29c (patch) | |
tree | 9feaa6f8b150070bf74676d994ba7e08ef4ea8c2 /tools/qmldebugger/watchtable.h | |
parent | 2559961affdbf66d1cfad3b71b439b6aea0bc66f (diff) | |
download | Qt-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.h | 3 |
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; |