forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user