summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-02-02 17:25:14 +0100
committerhjk <qtc-committer@nokia.com>2010-02-03 08:37:48 +0100
commit18445dc9c649036bf97631de2d1866ee036557a8 (patch)
tree1c2ed9883940c7ebfa410699843bce0691e6407b /src/plugins/debugger/debuggeractions.h
parent7c823c6a26a4c3b1a078e09a1f59adcee2ceef52 (diff)
downloadqt-creator-18445dc9c649036bf97631de2d1866ee036557a8.tar.gz
debugger: make handling multiple core files a bit more convenient
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 36a3271caf..65941b1b39 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -151,6 +151,7 @@ struct DebuggerManagerActions
QAction *runToFunctionAction;
QAction *jumpToLineAction;
QAction *nextAction;
+ QAction *snapshotAction;
QAction *watchAction1; // in the Debug menu
QAction *watchAction2; // in the text editor context menu
QAction *breakAction;