D22005: Ensure url from KActivity resources are properly built

Ivan Čukić noreply at phabricator.kde.org
Thu Oct 17 18:51:21 BST 2019


ivan added inline comments.

INLINE COMMENTS

> backend.cpp:322
>      while (actionCount < 5 && resultIt != results.end()) {
> -        const QString resource = (*resultIt).resource();
> +        QString resource = (*resultIt).resource();
> +        if (QDir::isAbsolutePath(resource)) {

`resultIt->resource()` (when you are at it :) )

REPOSITORY
  R119 Plasma Desktop

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

To: meven, #plasma, hein, broulik
Cc: ivan, meven, apol, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191017/d7e59905/attachment.html>


More information about the Plasma-devel mailing list