D13054: SwipeItem: Fix using QRC resources and custom image providers.

Marco Martin noreply at phabricator.kde.org
Wed May 23 11:23:11 UTC 2018


mart accepted this revision.
mart added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> desktopicon.cpp:440
> +        // QRC paths are not correctly handled by .path()
> +        if (iconId.size() >=2 && iconId.left(2) == QLatin1String("/:"))
> +            iconId = iconId.remove(0, 1);

use the kdelibs style, with {} always present

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D13054

To: lepagevalleeemmanuel, mart
Cc: plasma-devel, apol, davidedmundson, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180523/116d5aaf/attachment-0001.html>


More information about the Plasma-devel mailing list