Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Query/AtomsQtQuery.cpp

    rf130d4 r163110  
    4747    QtQueryList<const atom *>(_param, _parent, _dialog, temp)
    4848{
    49   ListQuerySubDialog *subDialog = new ListQuerySubDialog(this);
     49  ListQuerySubDialog *subDialog = new ListQuerySubDialog(this, _title);
    5050  subQuery = new AtomQtQuery(*subParam, _title, _description, thisVLayout, subDialog);
    5151  subDialog->setSubQuery(subQuery);
Note: See TracChangeset for help on using the changeset viewer.