Ignore:
File:
1 edited

Legend:

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

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