- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/AtomsQtQuery.cpp
r955b91 rf10b0c 33 33 34 34 35 QtDialog::AtomsQtQuery::AtomsQtQuery( std::string _title,QBoxLayout *_parent,QtDialog *_dialog) :36 Dialog::AtomsQuery( _title),35 QtDialog::AtomsQtQuery::AtomsQtQuery(Parameter<std::vector<const atom *> > ¶m, std::string _title,QBoxLayout *_parent,QtDialog *_dialog) : 36 Dialog::AtomsQuery(param, _title), 37 37 parent(_parent) 38 38 { … … 67 67 thisHLayout->addLayout(thisV2Layout); 68 68 69 pipe = new AtomsQtQueryPipe( &tmp,_dialog,inputList);69 pipe = new AtomsQtQueryPipe(tmp,_dialog,inputList); 70 70 connect(inputList,SIGNAL(itemSelectionChanged()),pipe,SLOT(IntegerSelected())); 71 71 connect(AddButton,SIGNAL(Clicked()),pipe,SLOT(add()));
Note:
See TracChangeset
for help on using the changeset viewer.