Skip to content
Snippets Groups Projects
Commit c22923c4 authored by con's avatar con
Browse files

Some little doc.

parent 9a0fb343
No related branches found
No related tags found
No related merge requests found
...@@ -77,10 +77,13 @@ public: ...@@ -77,10 +77,13 @@ public:
// used to translate the types to names to display to the user // used to translate the types to names to display to the user
virtual QString displayNameForType(const QString &type) const = 0; 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; virtual bool create(const QString &type) const = 0;
// to come:
// restore // restore
// clone // clone
// default?
signals: signals:
void availableCreationTypesChanged(); void availableCreationTypesChanged();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment