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