- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/MoleculesQtQuery.cpp
r94d5ac6 r713a43 45 45 QtDialog::MoleculesQtQuery::MoleculesQtQuery(Parameter<std::vector<const molecule *> > &_param, std::string _title,QBoxLayout *_parent,Dialog *_dialog) : 46 46 QtQuery<std::vector<const molecule *> >(_param, _title), 47 QtQueryList<const molecule *>(_par ent, _dialog, temp)47 QtQueryList<const molecule *>(_param, _parent, _dialog, temp) 48 48 { 49 49 ListQuerySubDialog *subDialog = new ListQuerySubDialog(this);
Note:
See TracChangeset
for help on using the changeset viewer.