- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/VectorsQtQuery.cpp
rf130d4 r163110 48 48 QtQueryList<Vector>(_param, _parent, _dialog, temp) 49 49 { 50 ListQuerySubDialog *subDialog = new ListQuerySubDialog(this );50 ListQuerySubDialog *subDialog = new ListQuerySubDialog(this, _title); 51 51 subQuery = new VectorQtQuery(*subParam, _title, _description, thisVLayout, subDialog); 52 52 subDialog->setSubQuery(subQuery);
Note:
See TracChangeset
for help on using the changeset viewer.