D16743: [libkwineffects] Use correct type for the desktops property
Vlad Zagorodniy <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kwin |
|---|---|
| Message-ID | <[email protected]> |
zzag created this revision. zzag added a reviewer: KWin. Herald added a project: KWin. Herald added a subscriber: kwin. zzag requested review of this revision. REVISION SUMMARY Type of the `desktops` 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. REPOSITORY R108 KWin BRANCH kdjafkajgalk REVISION DETAIL https://phabricator.kde.org/D16743 AFFECTED FILES libkwineffects/kwineffects.cpp libkwineffects/kwineffects.h To: zzag, #kwin Cc: kwin, mkulinski, ragreen, jackyalcine, Pitel, iodelay, bwowk, ZrenBot, ngraham, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart