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