Skip to content
  • Albert Vaca Cintora's avatar
    Added a baseclass for the plugins' KCMs and a class for the plugins' config · 02a29907
    Albert Vaca Cintora authored
    Centralizing the plugins' config will ensure that all the plugins store it
    the same way (ie: not in random files scattered around, like until now).
    The base KCM class, together with the already existing base plugin class,
    will give easy access to all the plugins to this centralized config. Also,
    now the settings are not shared across devices (that is: every device can
    have different config for a same plugin).
    
    Note: This commit requires KCMUtils 5.9
    
    REVIEW: 122927
    02a29907