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