summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/targetsettingswidget.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-06-15 14:42:53 +0200
committerdt <qtc-committer@nokia.com>2010-06-15 14:58:18 +0200
commit72bd632ca4c8a0124a4cff268ccecaf0857da15e (patch)
treebc0d96dbfc05e8f40f41e0734239e2866d9aa51d /src/plugins/projectexplorer/targetsettingswidget.h
parent3fa6aa30082dfd8521881edce11ef05d9df99d47 (diff)
downloadqt-creator-72bd632ca4c8a0124a4cff268ccecaf0857da15e.tar.gz
Coding style
Diffstat (limited to 'src/plugins/projectexplorer/targetsettingswidget.h')
-rw-r--r--src/plugins/projectexplorer/targetsettingswidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/targetsettingswidget.h b/src/plugins/projectexplorer/targetsettingswidget.h
index 4a9fa6fd08..b2c987fbbb 100644
--- a/src/plugins/projectexplorer/targetsettingswidget.h
+++ b/src/plugins/projectexplorer/targetsettingswidget.h
@@ -12,7 +12,8 @@ namespace Ui {
class TargetSettingsWidget;
}
-class TargetSettingsWidget : public QWidget {
+class TargetSettingsWidget : public QWidget
+{
Q_OBJECT
public:
explicit TargetSettingsWidget(QWidget *parent = 0);