Skip to content

Moar fixes to DzlListModelFilter

Georges Basile Stavracas Neto requested to merge gbsneto/fix-model-filter into master

DzlListModelFilter has a shortcut for when the child model is removing all its children. In those cases, however, it wouldn't emit items-changed, making any code that depends on the signal not work on those cases.

Fix that by emitting items-changed on the shortcut code as well.

Merge request reports