On Tue, Sep 20, 2016 at 2:42 PM, David Edmundson <da...@davidedmundson.co.uk> wrote: > > then we change our Q_PROPERTY in Plasma::Applet to go to a real > implementation > > system tray containment can then also implements the property.
nnnuuuh :/ > Another possible technique is we export a new class which inherts Applet, > contains the virtual but doesn't contain any member variables. > Then in Applet we can static_cast<AppletExtension>(this)->myVirtualMethod(); > > If we want the system tray to have any more special cases, that's not as > crazy as it first sounds. I would like this one a bit more already.. tough i think I'll try (again! after several failed attempt in the past) to implement its own mini-corona for the systray in the applet itself, this may fix a couple of things. -- Marco Martin