Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2829  Q_OBJECT
    2930public:
    30   ElementsQtQueryPipe(std::vector<const element *>*_content, QtDialog *_dialog, QComboBox *_theBox);
     31  ElementsQtQueryPipe(Parameter<std::vector<const element *> > &_content, QtDialog *_dialog, QComboBox *_theBox);
    3132  virtual ~ElementsQtQueryPipe();
    3233
     
    3536
    3637private:
    37   std::vector<const element *>*content;
     38  Parameter<std::vector<const element *> > &content;
    3839  QtDialog *dialog;
    3940  QComboBox *theBox;
Note: See TracChangeset for help on using the changeset viewer.