Plasma/libplasma2/servicejob

From KDE Community Wiki
Revision as of 13:17, 22 September 2012 by Afiestas (talk | contribs) (Created page with "==Discussion== The autostart mechanism should be kept to avoid breaking everyone's code. However, the only way to keep it would be to implement start() in ServiceJob as callin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Discussion

The autostart mechanism should be kept to avoid breaking everyone's code. However, the only way to keep it would be to implement start() in ServiceJob as calling another virtual method that ServieJob subclasses would have to call ... which would break _that_ code. It's a question of the lesser of two evils.

Proposed Solution