Ignore:
File:
1 edited

Legend:

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

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