D22005: Accept local paths

Aleix Pol Gonzalez noreply at phabricator.kde.org
Sun Jun 23 10:26:33 BST 2019


apol added inline comments.

INLINE COMMENTS

> actionlist.cpp:256
> +        if (resource.startsWith(QLatin1Char('/'))) {
> +            resource = QStringLiteral("file://") + resource;
> +        }

if (QDir::isAbsolutePath(resource)) {
      resource = QUrl::fromLocalFile(resource);
  }

REPOSITORY
  R119 Plasma Desktop

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

To: broulik, #plasma, hein
Cc: apol, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190623/06223d18/attachment-0001.html>


More information about the Plasma-devel mailing list