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

Reply via email to