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