https://bugs.kde.org/show_bug.cgi?id=434079
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Bug is here: QList<QPointer<QQuickItem>> m_items; We have a list of items and guard for deletion, but they're QML owned. So there's a point in time when it's pending deletion but the lower level object isn't managed by an engine. As we go via: QQmlProperty(item, QStringLiteral("Layout.preferredWidth"), qmlContext(item)).write(maxWidth); this causes an issue -- You are receiving this mail because: You are watching all bug changes.