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>.
Details
Details
- Reviewers
graesslin - Group Reviewers
KWin - Commits
- R108:f4663072774e: [libkwineffects] Use correct type for the desktops property
Slide effect works again.
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.