QAbstractProxyModel forwards hasChildren() to the source model, which
will return a wrong value for our tree-restructuring model. Current
views/proxies don't call hasChildren(), which is how this oversight
happened, but implementing it improves model hygiene - could blow up
in the future otherwise.
Details
Details
- Reviewers
graesslin - Group Reviewers
Plasma - Commits
- R120:2d7b6692d364: Add missing hasChildren() implementation.
R871:2d7b6692d364: Add missing hasChildren() implementation.
Diff Detail
Diff Detail
- Repository
- R120 Plasma Workspace
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.