Skip to content
Commit ece19f5c authored by David Edmundson's avatar David Edmundson
Browse files

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.

BUG: 474452
parent 70f843e7
Pipeline #490454 passed with stage
in 1 minute and 4 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