diff --git a/src/plugins/projectexplorer/buildconfiguration.h b/src/plugins/projectexplorer/buildconfiguration.h
index 3acbe63196bc42c50617c252754565a46e9ec020..06a5931cf7821d1ee0c79487e44ab3a1d675fd7c 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();