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

2019-04-01 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes.
Closed by commit R295:dc3dd35d36c4: [KCModuleLoader] Pass args to created 
KQuickAddons::ConfigModule (authored by broulik).

REPOSITORY
  R295 KCMUtils

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20065?vs=54870=55179

REVISION DETAIL
  https://phabricator.kde.org/D20065

AFFECTED FILES
  src/kcmoduleloader.cpp

To: broulik, #frameworks, mart, apol
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


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

2019-03-26 Thread Aleix Pol Gonzalez
apol accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R295 KCMUtils

REVISION DETAIL
  https://phabricator.kde.org/D20065

To: broulik, #frameworks, mart, apol
Cc: kde-frameworks-devel, michaelh, ngraham, bruns


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

2019-03-26 Thread Kai Uwe Broulik
broulik created this revision.
broulik added reviewers: Frameworks, mart.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
broulik requested review of this revision.

REVISION 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

REPOSITORY
  R295 KCMUtils

REVISION DETAIL
  https://phabricator.kde.org/D20065

AFFECTED FILES
  src/kcmoduleloader.cpp

To: broulik, #frameworks, mart
Cc: kde-frameworks-devel, michaelh, ngraham, bruns