Skip to content

maplistmodel: Fix items-changed emission

Matthias Clasen requested to merge fix-maplistmodel into main

We were modifying the removed value before passing it to the items-changed signal, so we always ended up with removed == 0 in our signal emission, instead of passing the original value on, as we should.

Pointed out in !4870 (closed)

Merge request reports