aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-11-04 14:39:21 +0100
committerhjk <qtc-committer@nokia.com>2009-11-04 14:39:48 +0100
commit2ea076377bce5d0df0771d3d581b86d9cf5f5654 (patch)
tree7cb106b58a7e83af2b02adc9be666b72edc1ca35 /src/plugins/debugger/stackwindow.h
parent908b051973b024deb0c47c4ada992dafa9437d65 (diff)
debugger: all leaks must be fixed
Reviewed-by: dt
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index 0256fbeee0..7ea221d6fe 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -50,6 +50,7 @@ class StackWindow : public QTreeView
public:
StackWindow(DebuggerManager *manager, QWidget *parent = 0);
+ ~StackWindow();
signals:
void frameActivated(int);