Skip to content

Do not emit dataChange for a row that is being removed

Arjen Hiemstra requested to merge work/ahiemstra/datachange into master

This keeps track of which process that is being removed and prevents dataChange signals from being emitted for that process, since this is something that can trip up proxy models.

CCBUG: 437862

Merge request reports