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