- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp
r0aa122 rf10b0c 28 28 29 29 30 VectorsQtQueryPipe::VectorsQtQueryPipe( std::vector<Vector> *_content, QtDialog *_dialog, QComboBox *_theBox) :30 VectorsQtQueryPipe::VectorsQtQueryPipe(Parameter<std::vector<Vector> > &_content, QtDialog *_dialog, QComboBox *_theBox) : 31 31 content(_content), 32 32 dialog(_dialog),
Note:
See TracChangeset
for help on using the changeset viewer.