Comment 2 for bug 1495482

Revision history for this message
Olivier Tilloy (osomon) wrote :

And it appears that if I instantiate the models at the same level, without nesting them, this works:

  CustomListModel { id: customListModel }
  CustomSortFilterModel { id: customSortFilterModel }
  SortFilterModel {
    sort.property: "blah"
    sort.order: Qt.DescendingOrder
    model: customSortFilterModel
  }