On Mon, Sep 19, 2016 at 8:37 PM, David Edmundson <da...@davidedmundson.co.uk> wrote: > applet->pluginInfo().pluginName()) { > - applet->destroy(); > + QMetaObject::invokeMethod(applet, "cleanUpAndDelete"); > > (in all 3 cases) > > But it's equally messy, and has an issue that transient won't get set, so I > don't like it.
or, (still dirty but would work) I could just delete the object, then manually remove its configuration group. -- Marco Martin