- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp
r56f73b rf10b0c 15 15 16 16 17 #include "Parameters/Parameter.hpp" 17 18 #include <Qt/qwidget.h> 18 19 … … 27 28 Q_OBJECT 28 29 public: 29 FileQtQueryPipe( boost::filesystem::path *_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton);30 FileQtQueryPipe(Parameter<boost::filesystem::path> &_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton); 30 31 virtual ~FileQtQueryPipe(); 31 32 … … 35 36 36 37 private: 37 boost::filesystem::path *content;38 Parameter<boost::filesystem::path> &content; 38 39 QtDialog *dialog; 39 40 QLineEdit *filenameLineEdit;
Note:
See TracChangeset
for help on using the changeset viewer.