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