Ignore:
File:
1 edited

Legend:

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

    rf10b0c r955b91  
    2424
    2525// Molecules Queries
    26 Dialog::MoleculesQuery::MoleculesQuery(Parameter<std::vector<const molecule *> > &param, std::string title, std::string _description) :
     26Dialog::MoleculesQuery::MoleculesQuery(std::string title, std::string _description) :
    2727    Query(title, _description),
    28     tmp(param)
     28    tmp(0)
    2929{}
    3030
     
    3232
    3333void Dialog::MoleculesQuery::setResult() {
    34   //ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp);
     34  ValueStorage::getInstance().setCurrentValue(title.c_str(), tmp);
    3535}
    3636
Note: See TracChangeset for help on using the changeset viewer.