Diffusion KWin f4663072774e

[libkwineffects] Use correct type for the desktops property

Authored by zzag on Nov 7 2018, 6:26 PM.

Description

[libkwineffects] Use correct type for the desktops property

Summary:
Type of the x11DesktopIds property was changed from QList<int> to
QVector<int> in KWin core, but not in libkwineffects. That resulted in
having effects like slide not working because Qt can't implicitly
convert QVector<int> to QList<int>.

Test Plan: Slide effect works again.

Reviewers: KWin, graesslin

Reviewed By: KWin, graesslin

Subscribers: kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D16743

Details

Committed
zzagNov 7 2018, 7:06 PM
Reviewer
KWin
Differential Revision
D16743: [libkwineffects] Use correct type for the desktops property
Parents
R108:7b08886e71c4: Merge branch 'Plasma/5.14'
Branches
Unknown
Tags
Unknown