Ensures args are passed into the KQuickAddons::ConfigModule
Details
Details
- Reviewers
mart apol - Group Reviewers
Frameworks - Commits
- R295:dc3dd35d36c4: [KCModuleLoader] Pass args to created KQuickAddons::ConfigModule
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
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.