- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Query/StringsQuery.cpp
rf10b0c r955b91 24 24 25 25 // Strings Queries 26 Dialog::StringsQuery::StringsQuery(Parameter<std::vector<std::string> > ¶m, std::string title,std::string _description) : 27 Query(title, _description), 28 tmp(param) 26 Dialog::StringsQuery::StringsQuery(std::string title,std::string _description) : 27 Query(title, _description) 29 28 {} 30 29 … … 32 31 33 32 void Dialog::StringsQuery::setResult() { 34 //ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp);33 ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp); 35 34 } 36 35
Note:
See TracChangeset
for help on using the changeset viewer.