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