aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-10-01 11:22:44 +0200
committerhjk <qtc-committer@nokia.com>2009-10-01 11:42:04 +0200
commitccd37a6655ed1d840a553902120cdcf3e2119518 (patch)
tree860615fade6d7a8868e84704a82e27dc3b2b1daf /src/plugins/debugger/stackwindow.h
parentd9d39ab218a51dc036f842e2a93bf4ade68924c8 (diff)
debugger: make 'address column' in stack and breakpoint view optional
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index 52390bcc34..0256fbeee0 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -61,9 +61,9 @@ public slots:
private slots:
void rowActivated(const QModelIndex &index);
void setAlternatingRowColorsHelper(bool on) { setAlternatingRowColors(on); }
+ void showAddressColumn(bool on);
private:
- void resizeEvent(QResizeEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev);
void copyContentsToClipboard();