Ignore:
File:
1 edited

Legend:

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

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2223  Q_OBJECT
    2324public:
    24   IntQtQueryPipe(int *_content, QtDialog *_dialog);
     25  IntQtQueryPipe(Parameter<int> &_content, QtDialog *_dialog);
    2526  virtual ~IntQtQueryPipe();
    2627
     
    2930
    3031private:
    31   int *content;
     32  Parameter<int> &content;
    3233  QtDialog *dialog;
    3334
Note: See TracChangeset for help on using the changeset viewer.