[KCModuleLoader] Pass args to created KQuickAddons::ConfigModule
ClosedPublic

Authored by broulik on Mar 26 2019, 5:44 PM.

Details

Summary

Ensures args are passed into the KQuickAddons::ConfigModule

Test Plan

the qml kcm seems a bit backwarts, it creates an instance of the config module and thne creates a kcmoduleqml for it. But anyway I can now do kcmshell5 someqmlkcm --args foo and get a QVariantList args of QVariant("foo") now

Diff Detail

Repository
R295 KCMUtils
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.Mar 26 2019, 5:44 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 26 2019, 5:44 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
broulik requested review of this revision.Mar 26 2019, 5:44 PM
apol accepted this revision.Mar 26 2019, 10:42 PM
This revision is now accepted and ready to land.Mar 26 2019, 10:42 PM
This revision was automatically updated to reflect the committed changes.