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

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.

Reviewers: #kwin, broulik

Reviewed By: broulik

Subscribers: Zren, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D15373
This commit is contained in:
Vlad Zagorodniy 2018-09-11 13:45:46 +03:00
parent 1fada99478
commit 113ebe9bc2

View file

@ -98,7 +98,7 @@ Type=bool
Type=bool
[PropertyDef::X-KWin-Video-Url]
Type=Url
Type=QString
[PropertyDef::X-KWin-Exclusive-Category]
Type=QString