Plasma/libplasma2/appletdestroyed

From KDE Community Wiki
Revision as of 13:48, 22 September 2012 by Afiestas (talk | contribs) (Created page with "== Discussion == appletDestroyed is emitted in ~Applet, but this can happen even if it isn't "destroyed" but just deleted. Despite its name, appletDestroyed has nothing to do ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Discussion

appletDestroyed is emitted in ~Applet, but this can happen even if it isn't "destroyed" but just deleted. Despite its name, appletDestroyed has nothing to do with Applet::destroy() and Applet::destroyed()

Proposed Solution

Rename to appletDeleted.