https://bugs.kde.org/show_bug.cgi?id=474452
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/-/c | |ommit/ece19f5c890ae9c02d3d9 | |2a8fc7ff1d74139f8f7 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from David Edmundson <[email protected]> --- Git commit ece19f5c890ae9c02d3d92a8fc7ff1d74139f8f7 by David Edmundson. Committed on 30/09/2023 at 22:58. Pushed by fusionfuture into branch 'master'. Initalise PlasmaShellManager in it's ctor QtWaylandClinetExtensionTemplate can load everything on startup, it shares the registry with QGuiApplication. However because it calls a virtual function in initialize it can't be called from the base class constructor. It needs to be called in the leaf class, or explicitly after construction otherwise it falls back to the default implementation which is a metaobject invoke. A Dialog could be created before that triggers. M +1 -0 src/plasmaquick/waylandintegration.cpp https://invent.kde.org/frameworks/plasma-framework/-/commit/ece19f5c890ae9c02d3d92a8fc7ff1d74139f8f7 -- You are receiving this mail because: You are watching all bug changes.
