[effects] Fix type of X-KWin-Video-Url
ClosedPublic

Authored by zzag on Sep 9 2018, 11:26 AM.

Details

Summary

The desktop file parser supports only QString, QStringList, Int, Double,
and Bool. QUrl is not a supported type for some reason.

Thus, let's use QString for X-KWin-Video-Url.

Diff Detail

Repository
R108 KWin
Branch
installable-scriptable-effects
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2628
Build 2646: arc lint + arc unit
zzag created this revision.Sep 9 2018, 11:26 AM
Restricted Application added a project: KWin. · View Herald TranscriptSep 9 2018, 11:26 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Sep 9 2018, 11:26 AM
Zren added a subscriber: Zren.Sep 9 2018, 5:10 PM

I noticed this in https://phabricator.kde.org/D12249#247452, but didn't realize that it was missing the code for loading the effects in the KCM like D15372 adds. Nice work on D15372!

broulik accepted this revision.Sep 9 2018, 7:32 PM
This revision is now accepted and ready to land.Sep 9 2018, 7:32 PM
This revision was automatically updated to reflect the committed changes.