Ignore:
File:
1 edited

Legend:

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

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