Skip to content
Commit cab4fdaa authored by David Edmundson's avatar David Edmundson Committed by Vlad Zahorodnii
Browse files

overview: Explicitly reset parent on teradown

Instantiators create objects when they're added to a model, and
deference when when they're removed from the model.

When we explicitly set a parent in onObjectAdded we're creating a second
reference. This does get cleaned up later, but not in the same frame.

This brings us in line to what QQmlRepeater (which works with items)
does internally for items being added and removed.

BUG: 478777


(cherry picked from commit eab90b6a)
parent bae9233f
Pipeline #607095 failed with stage
in 25 minutes and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment