Remove cygnet groups

This commit is contained in:
Sebastian Piwell
2016-05-03 17:13:28 -04:00
parent a0efc00408
commit 355e70ca0a
9 changed files with 122 additions and 71 deletions
+4
View File
@@ -52,6 +52,10 @@ void SelectionProperty::addOption(Option option) {
_options.push_back(std::move(option));
}
void SelectionProperty::removeOptions(){
_options.clear();
}
const std::vector<SelectionProperty::Option>& SelectionProperty::options() const {
return _options;
}