Ignore:
File:
1 edited

Legend:

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

    rf10b0c r56f73b  
    1515
    1616
    17 #include "Parameters/Parameter.hpp"
    1817#include <Qt/qwidget.h>
    1918
     
    2625  Q_OBJECT
    2726public:
    28   AtomQtQueryPipe(Parameter<const atom *> &_content, QtDialog *_dialog, QComboBox *_theBox);
     27  AtomQtQueryPipe(const atom **_content, QtDialog *_dialog, QComboBox *_theBox);
    2928  virtual ~AtomQtQueryPipe();
    3029
     
    3332
    3433private:
    35   Parameter<const atom *> &content;
     34  const atom **content;
    3635  QtDialog *dialog;
    3736  QComboBox *theBox;
Note: See TracChangeset for help on using the changeset viewer.