Skip to content
  • Martin Flöser's avatar
    Move Q_PROPERTY definitions from Client to AbstractClient · 42e82f09
    Martin Flöser authored
    The properties:
     * maximizable
     * moveable
     * moveableAcrossScreens
     * resizeable
    
    Were only defined on Client instead of AbstractClient. This resulted
    in the EffectWindow having those properties evaluate always to false
    for a ShellClient and breaking some effects.
    
    BUG: 355947
    42e82f09