Skip to content

Extend KCModuleData with revertToDefaults and matchQuery functionnality

Benjamin Port requested to merge bport/kcmutils:extend_kcmodule_data into master

Add some functionalities to KCModuleData to prevent ABI breakage in the future

  • revertToDefaults, no real use case for now but as long as KCModuleData allow to identify easily module with non default configuration, it will make sense to allow developers to have an API to revert them
  • matchQuery can be used in future to improve module searchability, for example we can imagine a search field on system settings / KRunner that don't only respond to some keywork on a desktop file but also on widget name from the kcfg...
Edited by Benjamin Port

Merge request reports