Skip to content
Snippets Groups Projects
Commit 88e432cd authored by dt's avatar dt
Browse files

Update documentation

parent 0e4e35f8
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,8 @@ public: ...@@ -109,7 +109,8 @@ public:
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 // 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; virtual BuildConfiguration *create(const QString &type) const = 0;
// clones a given BuildConfiguration and adds it to the project // clones a given BuildConfiguration and adds it to the project
...@@ -118,10 +119,8 @@ public: ...@@ -118,10 +119,8 @@ public:
// restores a BuildConfiguration with the name and adds it to the project // restores a BuildConfiguration with the name and adds it to the project
virtual BuildConfiguration *restore() const = 0; virtual BuildConfiguration *restore() const = 0;
// TODO display name unique, in different ways // TODO display name unique, in different ways
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