broulik added inline comments. 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);
`startWith()` avoids creating a temporary string just for comparison
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D13054
To: lepagevalleeemmanuel, mart
Cc: broulik, plasma-devel, apol, davidedmundson, mart, hein
