Skip to content

Use QPersistentModelIndex to store indices in ComponentCacheProxyModel

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

QModelIndex becomes invalid if anything in the model it comes from changes. This can lead to crashes if the underlying item has been removed.

BUG: 437862

Merge request reports