Plasma/libplasma2/abstracttoolusevirtuals: Difference between revisions

From KDE Community Wiki
(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. =...")
 
(No difference)

Latest revision as of 13:47, 22 September 2012

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.