aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.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/stackwindow.h
parent7c823c6a26a4c3b1a078e09a1f59adcee2ceef52 (diff)
debugger: make handling multiple core files a bit more convenient
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index c8e847b08a..c94034027c 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -52,9 +52,6 @@ public:
StackWindow(DebuggerManager *manager, QWidget *parent = 0);
~StackWindow();
-signals:
- void frameActivated(int);
-
public slots:
void resizeColumnsToContents();
void setAlwaysResizeColumnsToContents(bool on);