Plasma/libplasma2/servicejob

From KDE Community Wiki

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