Ignore:
File:
1 edited

Legend:

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

    rf10b0c r56f73b  
    1515
    1616
    17 #include "Parameters/Parameter.hpp"
    1817#include <Qt/qwidget.h>
    1918
     
    2827  Q_OBJECT
    2928public:
    30   MoleculesQtQueryPipe(Parameter<std::vector<const molecule *> > &_content, QtDialog *_dialog, QComboBox *_theBox);
     29  MoleculesQtQueryPipe(std::vector<const molecule *>*_content, QtDialog *_dialog, QComboBox *_theBox);
    3130  virtual ~MoleculesQtQueryPipe();
    3231
     
    3534
    3635private:
    37   Parameter<std::vector<const molecule *> > &content;
     36  std::vector<const molecule *>*content;
    3837  QtDialog *dialog;
    3938  QComboBox *theBox;
Note: See TracChangeset for help on using the changeset viewer.