Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Pipe/FileQtQueryPipe.hpp

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2728  Q_OBJECT
    2829public:
    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);
    3031  virtual ~FileQtQueryPipe();
    3132
     
    3536
    3637private:
    37   boost::filesystem::path *content;
     38  Parameter<boost::filesystem::path> &content;
    3839  QtDialog *dialog;
    3940  QLineEdit *filenameLineEdit;
Note: See TracChangeset for help on using the changeset viewer.