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