Ignore:
File:
1 edited

Legend:

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

    rf10b0c r56f73b  
    1515
    1616
    17 #include "Parameters/Parameter.hpp"
    1817#include <Qt/qwidget.h>
    1918
     
    2827  Q_OBJECT
    2928public:
    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);
    3130  virtual ~FileQtQueryPipe();
    3231
     
    3635
    3736private:
    38   Parameter<boost::filesystem::path> &content;
     37  boost::filesystem::path *content;
    3938  QtDialog *dialog;
    4039  QLineEdit *filenameLineEdit;
Note: See TracChangeset for help on using the changeset viewer.