- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp
r56f73b rf10b0c 15 15 16 16 17 #include "Parameters/Parameter.hpp" 17 18 #include <Qt/qwidget.h> 18 19 … … 27 28 Q_OBJECT 28 29 public: 29 MoleculesQtQueryPipe( std::vector<const molecule *>*_content, QtDialog *_dialog, QComboBox *_theBox);30 MoleculesQtQueryPipe(Parameter<std::vector<const molecule *> > &_content, QtDialog *_dialog, QComboBox *_theBox); 30 31 virtual ~MoleculesQtQueryPipe(); 31 32 … … 34 35 35 36 private: 36 std::vector<const molecule *>*content;37 Parameter<std::vector<const molecule *> > &content; 37 38 QtDialog *dialog; 38 39 QComboBox *theBox;
Note:
See TracChangeset
for help on using the changeset viewer.