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