aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-04-24 16:03:20 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-24 16:56:28 +0200
commitb77cdaf75e6e364bbf7f9ae1eb75d6d71bf94621 (patch)
treef77a44cde8bbf1a88d295439d8f088fedab6b510 /src/plugins/debugger/stackwindow.h
parentc5acc63275ee47dfb970bc4680f9bac48f6d7dca (diff)
debugger: fix indentation
Change-Id: I361525533adac8866871c4f5463620fc0f55a97c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
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 239c043c0d..33f5029221 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -61,7 +61,7 @@ class StackWindow : public BaseWindow
public:
StackWindow() : BaseWindow(new StackTreeView)
{
- setWindowTitle(tr("Stack"));
+ setWindowTitle(tr("Stack"));
}
};