Ignore:
File:
1 edited

Legend:

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

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2526  Q_OBJECT
    2627public:
    27   AtomQtQueryPipe(const atom **_content, QtDialog *_dialog, QComboBox *_theBox);
     28  AtomQtQueryPipe(Parameter<const atom *> &_content, QtDialog *_dialog, QComboBox *_theBox);
    2829  virtual ~AtomQtQueryPipe();
    2930
     
    3233
    3334private:
    34   const atom **content;
     35  Parameter<const atom *> &content;
    3536  QtDialog *dialog;
    3637  QComboBox *theBox;
Note: See TracChangeset for help on using the changeset viewer.