summaryrefslogtreecommitdiff
path: root/src/plugins/genericprojectmanager/genericbuildconfiguration.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-14 15:37:38 +0200
committerhjk <qthjk@ovi.com>2012-08-14 15:43:20 +0200
commit5d5a483961d5902fd06901f46777527c2dfd45dc (patch)
treeb144c6dee53d4cdd4a4ff1f082e6226172a7913c /src/plugins/genericprojectmanager/genericbuildconfiguration.h
parent588452663ce59d3cf1f14bfeae882e61af4ed03d (diff)
downloadqt-creator-5d5a483961d5902fd06901f46777527c2dfd45dc.tar.gz
genericprojectmanager: code cosmetic
White space, namespaces, include order, comments, literal style, remove unneded include/declarations etc. Change-Id: Ifcb4371699c5cde244be1610b67cf81915cad2b2 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/genericprojectmanager/genericbuildconfiguration.h')
-rw-r--r--src/plugins/genericprojectmanager/genericbuildconfiguration.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/genericprojectmanager/genericbuildconfiguration.h b/src/plugins/genericprojectmanager/genericbuildconfiguration.h
index 67294ee2fc..629ed81481 100644
--- a/src/plugins/genericprojectmanager/genericbuildconfiguration.h
+++ b/src/plugins/genericprojectmanager/genericbuildconfiguration.h
@@ -49,18 +49,15 @@ class GenericBuildConfiguration : public ProjectExplorer::BuildConfiguration
public:
explicit GenericBuildConfiguration(ProjectExplorer::Target *parent);
- virtual ~GenericBuildConfiguration();
ProjectExplorer::BuildConfigWidget *createConfigWidget();
- virtual QString buildDirectory() const;
+ QString buildDirectory() const;
QString rawBuildDirectory() const;
void setBuildDirectory(const QString &buildDirectory);
QVariantMap toMap() const;
-
ProjectExplorer::IOutputParser *createOutputParser() const;
-
BuildType buildType() const;
protected:
@@ -115,4 +112,5 @@ private:
} // namespace Internal
} // namespace GenericProjectManager
+
#endif // GENERICBUILDCONFIGURATION_H