Skip to content

runners: Cleanups & preperation for KRunner threading refactoring

Alexander Lohnau requested to merge work/alex/threading into master

The connect in the init method caused issues, because they were executed after the signal is emitted. Since there is no strong reason to have it in init, it can just be moved to the constructor.

Edited by Alexander Lohnau

Merge request reports