diff options
author | hjk <qtc-committer@nokia.com> | 2010-11-08 17:43:31 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-11-08 17:44:01 +0100 |
commit | a181b45d28a5477733f8a09f7295aceba1ad1760 (patch) | |
tree | 931bdb9e56b5db975b5675066aa1ffa8fca78e21 /src/plugins/debugger/snapshotwindow.h | |
parent | 033a3aba9bd3a6d30cb0a826039104d4fa749b17 (diff) | |
download | qt-creator-a181b45d28a5477733f8a09f7295aceba1ad1760.tar.gz |
debugger: rename 'stop/quit' to exitDebugger
Diffstat (limited to 'src/plugins/debugger/snapshotwindow.h')
-rw-r--r-- | src/plugins/debugger/snapshotwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/snapshotwindow.h b/src/plugins/debugger/snapshotwindow.h index 42934e61ca..07939d77f1 100644 --- a/src/plugins/debugger/snapshotwindow.h +++ b/src/plugins/debugger/snapshotwindow.h @@ -53,6 +53,7 @@ private slots: void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); } private: + void removeSnapshot(int i); void keyPressEvent(QKeyEvent *ev); void contextMenuEvent(QContextMenuEvent *ev); |