summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchhandler.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-01-14 17:28:37 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-01-14 17:28:37 +0100
commit2f6a86d6a5813bd5543082ba6bdc7d09cc7a4ed6 (patch)
tree72aebe03822b82294cd6286b8f4956c16834222b /src/plugins/debugger/watchhandler.h
parent1aef962e5ad98c7947d4316367e73d77917a4dac (diff)
downloadqt-creator-2f6a86d6a5813bd5543082ba6bdc7d09cc7a4ed6.tar.gz
Debugger: Add some menu actions.
- Windows: Inspect a module by running depends. - Clear all watches.
Diffstat (limited to 'src/plugins/debugger/watchhandler.h')
-rw-r--r--src/plugins/debugger/watchhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchhandler.h b/src/plugins/debugger/watchhandler.h
index c21478e400..e7c64ea227 100644
--- a/src/plugins/debugger/watchhandler.h
+++ b/src/plugins/debugger/watchhandler.h
@@ -144,6 +144,7 @@ public:
void cleanup();
void watchExpression(const QString &exp);
void removeWatchExpression(const QString &exp);
+ Q_SLOT void clearWatches();
Q_SLOT void emitAllChanged();
void beginCycle(bool fullCycle = true); // Called at begin of updateLocals() cycle