Ignore:
File:
1 edited

Legend:

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

    r56f73b rf10b0c  
    1515
    1616
     17#include "Parameters/Parameter.hpp"
    1718#include <Qt/qwidget.h>
    1819
     
    2728  Q_OBJECT
    2829public:
    29   MoleculesQtQueryPipe(std::vector<const molecule *>*_content, QtDialog *_dialog, QComboBox *_theBox);
     30  MoleculesQtQueryPipe(Parameter<std::vector<const molecule *> > &_content, QtDialog *_dialog, QComboBox *_theBox);
    3031  virtual ~MoleculesQtQueryPipe();
    3132
     
    3435
    3536private:
    36   std::vector<const molecule *>*content;
     37  Parameter<std::vector<const molecule *> > &content;
    3738  QtDialog *dialog;
    3839  QComboBox *theBox;
Note: See TracChangeset for help on using the changeset viewer.