[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:
parent
1fada99478
commit
113ebe9bc2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Type=bool
|
|||
Type=bool
|
||||
|
||||
[PropertyDef::X-KWin-Video-Url]
|
||||
Type=Url
|
||||
Type=QString
|
||||
|
||||
[PropertyDef::X-KWin-Exclusive-Category]
|
||||
Type=QString
|
||||
|
|
Loading…
Reference in a new issue