Skip to content

effects: Don't call load() from KCM constructor

Kai Uwe Broulik requested to merge work/kbrouli/effects-no-virtual-dispatch into master

It is automatically called (and documented as such) by KCModule after the constructor is run.

This avoids calling a virtual method from the constructor.

Signed-off-by: Eike Hein eike.hein@mbition.io

Merge request reports