Skip to content

qt: fix model not refreshed when filter or parent is changed

Pierre Lamot requested to merge chub/vlc:qt/fixup-model-reset into master

invalidating the cache doesn't update the filter/sort order of the loader. Changing the parent or the sort order completely change the model, so a reset is preferable in the general case.

Merge request reports