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