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