- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp
r56f73b rf10b0c 15 15 16 16 17 #include "Parameters/Parameter.hpp" 17 18 #include <Qt/qwidget.h> 18 19 … … 28 29 Q_OBJECT 29 30 public: 30 ElementsQtQueryPipe( std::vector<const element *>*_content, QtDialog *_dialog, QComboBox *_theBox);31 ElementsQtQueryPipe(Parameter<std::vector<const element *> > &_content, QtDialog *_dialog, QComboBox *_theBox); 31 32 virtual ~ElementsQtQueryPipe(); 32 33 … … 35 36 36 37 private: 37 std::vector<const element *>*content;38 Parameter<std::vector<const element *> > &content; 38 39 QtDialog *dialog; 39 40 QComboBox *theBox;
Note:
See TracChangeset
for help on using the changeset viewer.