Skip to content

Fix Qt6 build of KCMs, cleanup default args

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

KCModule no longer takes the args parameter. Sincw we load the KCM impls as plugins, we do not need default constructor parameters

Merge request reports