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