Skip to content

emit countChanged when we get a new source model

Marco Martin requested to merge work/mart/countChanged into master

the source model is set asyncronously so onComponentcomplete count is 0, and when the proper source is set the notify is not emitted. furthermore the source canchange at runtime, so count needs to be reevaluated every time this happens

Merge request reports