Plasma/libplasma2/abstracttoolusevirtuals

From KDE Community Wiki
Revision as of 13:47, 22 September 2012 by Afiestas (talk | contribs) (Created page with "== Discussion == There are three slots in AbstractToolBox that really ought to be virtuals: restore, save and reposition. They are currently QMetaObject::invoke()'d instead. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Discussion

There are three slots in AbstractToolBox that really ought to be virtuals: restore, save and reposition. They are currently QMetaObject::invoke()'d instead.

Proposed Solution

Make them virtual.