Ignore:
File:
1 edited

Legend:

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

    r955b91 rf10b0c  
    2424
    2525// Molecule Queries
    26 Dialog::MoleculeQuery::MoleculeQuery(std::string title, std::string _description) :
     26Dialog::MoleculeQuery::MoleculeQuery(Parameter<const molecule *> &param, std::string title, std::string _description) :
    2727    Query(title, _description),
    28     tmp(0)
     28    tmp(param)
    2929{}
    3030
     
    3232
    3333void Dialog::MoleculeQuery::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.