diff options
author | hjk <qtc-committer@nokia.com> | 2010-11-25 14:47:56 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-11-25 15:03:02 +0100 |
commit | 6154c2ddb9c1e6f55437bd32305e52260e61d916 (patch) | |
tree | 1e47792a03a743d52915e21272d7437df2c0b9c8 /src/plugins/debugger/breakwindow.h | |
parent | 28ca73df56ed2830e15c9bfb2fbcddbd77dbe082 (diff) | |
download | qt-creator-6154c2ddb9c1e6f55437bd32305e52260e61d916.tar.gz |
debugger: code cosmetics
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r-- | src/plugins/debugger/breakwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h index 043ef8c688..6faf84f3be 100644 --- a/src/plugins/debugger/breakwindow.h +++ b/src/plugins/debugger/breakwindow.h @@ -43,7 +43,6 @@ class BreakWindow : public QTreeView public: explicit BreakWindow(QWidget *parent = 0); - ~BreakWindow(); static void editBreakpoint(BreakpointId id, QWidget *parent); |