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