diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-29 21:33:57 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-29 21:33:57 +0100 |
commit | a6ca348636dd92ab1445cff2286b3293163f5cea (patch) | |
tree | a7eba2d2bf7928ebff553f300dd4bacd824bce75 /src/plugins/debugger/stackwindow.h | |
parent | 07da7ccfdf6e991c282dafdc9b4337db81a1a054 (diff) | |
download | qt-creator-a6ca348636dd92ab1445cff2286b3293163f5cea.tar.gz |
remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r-- | src/plugins/debugger/stackwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h index 7ea221d6fe..c8e847b08a 100644 --- a/src/plugins/debugger/stackwindow.h +++ b/src/plugins/debugger/stackwindow.h @@ -43,7 +43,7 @@ class DebuggerManager; namespace Internal { class DisassemblerViewAgent; - + class StackWindow : public QTreeView { Q_OBJECT |