Ignore:
File:
1 edited

Legend:

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

    rf10b0c r56f73b  
    1515
    1616
    17 #include "Parameters/Parameter.hpp"
    1817#include <Qt/qwidget.h>
    1918
     
    2322  Q_OBJECT
    2423public:
    25   IntQtQueryPipe(Parameter<int> &_content, QtDialog *_dialog);
     24  IntQtQueryPipe(int *_content, QtDialog *_dialog);
    2625  virtual ~IntQtQueryPipe();
    2726
     
    3029
    3130private:
    32   Parameter<int> &content;
     31  int *content;
    3332  QtDialog *dialog;
    3433
Note: See TracChangeset for help on using the changeset viewer.