- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp
r56f73b rf10b0c 15 15 16 16 17 #include "Parameters/Parameter.hpp" 17 18 #include "QtQueryPipe.hpp" 18 19 … … 23 24 24 25 25 template<typename T> QtQueryListPipe<T>::QtQueryListPipe( std::vector<T> *_content, QtDialog *_dialog, QLineEdit *_inputBox, QListWidget *_inputList, QPushButton *_AddButton, QPushButton *_RemoveButton) :26 template<typename T> QtQueryListPipe<T>::QtQueryListPipe(Parameter<std::vector<T> > &_content, QtDialog *_dialog, QLineEdit *_inputBox, QListWidget *_inputList, QPushButton *_AddButton, QPushButton *_RemoveButton) : 26 27 content(_content), 27 28 dialog(_dialog),
Note:
See TracChangeset
for help on using the changeset viewer.