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