Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sortproxymodel: check if source model is a proxy model
if the source model is a proxy model, the source model's source model might be changed and our sortproxymodel won't get notified. This might happen when we try to pass a QML-based proxy model as source model, like KItemModel.KSortFilterProxyModel for example.
- Loading branch information