summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildconfiguration.h
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2009-09-30 16:54:33 +0200
committercon <qtc-committer@nokia.com>2009-10-01 10:05:06 +0200
commitc22923c47c73897bd6ce9f9555830526d3776baf (patch)
treeb278d4ac4bd9b24037c795c37aee3111193aef8e /src/plugins/projectexplorer/buildconfiguration.h
parent9a0fb3431f1140e11b0e1bb7a4b508ab27894cd7 (diff)
downloadqt-creator-c22923c47c73897bd6ce9f9555830526d3776baf.tar.gz
Some little doc.
Diffstat (limited to 'src/plugins/projectexplorer/buildconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/buildconfiguration.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildconfiguration.h b/src/plugins/projectexplorer/buildconfiguration.h
index 3acbe63196..06a5931cf7 100644
--- a/src/plugins/projectexplorer/buildconfiguration.h
+++ b/src/plugins/projectexplorer/buildconfiguration.h
@@ -77,10 +77,13 @@ public:
// used to translate the types to names to display to the user
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
virtual bool create(const QString &type) const = 0;
+
+// to come:
// restore
// clone
-// default?
signals:
void availableCreationTypesChanged();