Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Query/MoleculesQtQuery.cpp

    r955b91 rf10b0c  
    3131
    3232
    33 QtDialog::MoleculesQtQuery::MoleculesQtQuery(std::string _title, QBoxLayout *_parent,QtDialog *_dialog) :
    34     Dialog::MoleculesQuery(_title),
     33QtDialog::MoleculesQtQuery::MoleculesQtQuery(Parameter<std::vector<const molecule *> > &param, std::string _title, QBoxLayout *_parent,QtDialog *_dialog) :
     34    Dialog::MoleculesQuery(param, _title),
    3535    parent(_parent)
    3636{
     
    5151  thisLayout->addWidget(inputBox);
    5252
    53   pipe = new MoleculesQtQueryPipe(&tmp,_dialog,inputBox);
     53  pipe = new MoleculesQtQueryPipe(tmp,_dialog,inputBox);
    5454  pipe->update(inputBox->currentIndex());
    5555  connect(inputBox,SIGNAL(currentIndexChanged(int)),pipe,SLOT(update(int)));
Note: See TracChangeset for help on using the changeset viewer.