- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/AtomQtQueryPipe.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 AtomQtQueryPipe( const atom **_content, QtDialog *_dialog, QComboBox *_theBox);28 AtomQtQueryPipe(Parameter<const atom *> &_content, QtDialog *_dialog, QComboBox *_theBox); 28 29 virtual ~AtomQtQueryPipe(); 29 30 … … 32 33 33 34 private: 34 const atom **content;35 Parameter<const atom *> &content; 35 36 QtDialog *dialog; 36 37 QComboBox *theBox;
Note:
See TracChangeset
for help on using the changeset viewer.