https://bugs.kde.org/show_bug.cgi?id=414003
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.17.2 |unspecified Assignee|plasma-b...@kde.org |notm...@gmail.com Target Milestone|--- |Not decided Component|general |general Product|systemsettings |frameworks-kirigami --- Comment #10 from David Edmundson <k...@davidedmundson.co.uk> --- Urgh, bug is readily apparent. QmlComponentsPool is a static. It's initialized here: QmlComponentsPool::initialize(QQmlEngine *engine) So we have a singleton that can be invoked multiple times from different places. Pragmatically it has a lifespan of the engine. -- You are receiving this mail because: You are watching all bug changes.