Skip to content

[sidebar] Make SubcategoryModel dynamic

David Edmundson requested to merge work/sidebar into master

The current code was made of a model that copied data when a new parent was selected. This is more work, but more importantly not dynamic to any changes in the source model.

KSelectionProxyModel can do all of this for us.

Merge request reports