Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Query/StringsQuery.cpp

    rf10b0c r955b91  
    2424
    2525// Strings Queries
    26 Dialog::StringsQuery::StringsQuery(Parameter<std::vector<std::string> > &param, std::string title,std::string _description) :
    27     Query(title, _description),
    28     tmp(param)
     26Dialog::StringsQuery::StringsQuery(std::string title,std::string _description) :
     27    Query(title, _description)
    2928{}
    3029
     
    3231
    3332void Dialog::StringsQuery::setResult() {
    34   //ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp);
     33  ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp);
    3534}
    3635
Note: See TracChangeset for help on using the changeset viewer.