summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildconfiguration.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-11-25 20:01:50 +0100
committerdt <qtc-committer@nokia.com>2009-11-30 15:24:32 +0100
commit88e432cd6c3a31a4244190869af6d7387330f55c (patch)
treec65aa857a00e6c4f1211be5d700eecf99dbda3be /src/plugins/projectexplorer/buildconfiguration.h
parent0e4e35f8765b743a597692c3e27881f2a586d521 (diff)
downloadqt-creator-88e432cd6c3a31a4244190869af6d7387330f55c.tar.gz
Update documentation
Diffstat (limited to 'src/plugins/projectexplorer/buildconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/buildconfiguration.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/buildconfiguration.h b/src/plugins/projectexplorer/buildconfiguration.h
index 477087cdb5..09950668b2 100644
--- a/src/plugins/projectexplorer/buildconfiguration.h
+++ b/src/plugins/projectexplorer/buildconfiguration.h
@@ -109,7 +109,8 @@ public:
virtual QString displayNameForType(const QString &type) const = 0;
// creates build configuration(s) for given type and adds them to project
- // returns true if build configuration(s) actually have been added
+ // if successfull returns the BuildConfiguration that should be shown in the
+ // project mode for editing
virtual BuildConfiguration *create(const QString &type) const = 0;
// clones a given BuildConfiguration and adds it to the project
@@ -118,10 +119,8 @@ public:
// restores a BuildConfiguration with the name and adds it to the project
virtual BuildConfiguration *restore() const = 0;
-
// TODO display name unique, in different ways
-
signals:
void availableCreationTypesChanged();
};