Ignore:
File:
1 edited

Legend:

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

    r94d5ac6 r713a43  
    4545QtDialog::MoleculesQtQuery::MoleculesQtQuery(Parameter<std::vector<const molecule *> > &_param, std::string _title,QBoxLayout *_parent,Dialog *_dialog) :
    4646    QtQuery<std::vector<const molecule *> >(_param, _title),
    47     QtQueryList<const molecule *>(_parent, _dialog, temp)
     47    QtQueryList<const molecule *>(_param, _parent, _dialog, temp)
    4848{
    4949  ListQuerySubDialog *subDialog = new ListQuerySubDialog(this);
Note: See TracChangeset for help on using the changeset viewer.