Skip to content

fix KDescendantProxyModel smoketest

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

now inserts and delete can generate datachanged signals on sibling and ancestors indexes as well, because their haschildren or hasSiblings roles may get changed by that. in the test check that the expected indexes generate the expected datachanged signal as well

Merge request reports