Plasma/libplasma2/servicejob

From KDE Community Wiki
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