Skip to content
  • Martin Gräßlin's avatar
    [kwin] Add a new EffectLoader · b0e892e3
    Martin Gräßlin authored
    The EffectLoader is a subclass of AbstractEffectLoader delegating all
    methods to instances of:
    * BuiltInEffectLoader
    * ScriptedEffectLoader
    * PluginEffectLoader
    
    It's used by the EffectsHandlerImpl and replaces the complete Effect
    loading mechanism we so far found in it. This also means that KLibrary
    is no longer needed to load the Effects as the PluginEffectLoader uses
    the KPluginTrader, which removes lots of deprecated functionality.
    
    REVIEW: 117054
    b0e892e3