- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/AtomQtQuery.cpp
r955b91 rf10b0c 30 30 #include "World.hpp" 31 31 32 QtDialog::AtomQtQuery::AtomQtQuery( std::string _title,QBoxLayout *_parent,QtDialog *_dialog) :33 Dialog::AtomQuery( _title),32 QtDialog::AtomQtQuery::AtomQtQuery(Parameter<const atom *> ¶m, std::string _title,QBoxLayout *_parent,QtDialog *_dialog) : 33 Dialog::AtomQuery(param, _title), 34 34 parent(_parent) 35 35 { … … 46 46 thisLayout->addWidget(inputBox); 47 47 48 pipe = new AtomQtQueryPipe( &tmp,_dialog, inputBox);48 pipe = new AtomQtQueryPipe(tmp,_dialog, inputBox); 49 49 pipe->update(inputBox->currentIndex()); 50 50 connect(inputBox,SIGNAL(currentIndexChanged(int)),pipe,SLOT(update(int)));
Note:
See TracChangeset
for help on using the changeset viewer.