Ignore:
File:
1 edited

Legend:

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

    r0aa122 rf10b0c  
    3232
    3333
    34 QtDialog::ElementsQtQuery::ElementsQtQuery(std::string _title, QBoxLayout *_parent, QtDialog *_dialog) :
    35     Dialog::ElementsQuery(_title),
     34QtDialog::ElementsQtQuery::ElementsQtQuery(Parameter<std::vector<const element *> > &param, std::string _title, QBoxLayout *_parent, QtDialog *_dialog) :
     35    Dialog::ElementsQuery(param, _title),
    3636    parent(_parent)
    3737{
     
    5252  thisLayout->addWidget(inputBox);
    5353
    54   pipe = new ElementsQtQueryPipe(&tmp,_dialog,inputBox);
     54  pipe = new ElementsQtQueryPipe(tmp,_dialog,inputBox);
    5555  pipe->update(inputBox->currentIndex());
    5656  connect(inputBox,SIGNAL(currentIndexChanged(int)),pipe,SLOT(update(int)));
Note: See TracChangeset for help on using the changeset viewer.