D14060: Clean up string casts

David Edmundson noreply at phabricator.kde.org
Wed Jul 11 22:55:55 BST 2018


davidedmundson accepted this revision.
davidedmundson added a comment.
This revision is now accepted and ready to land.


  cool, thanks.

INLINE COMMENTS

> waylandtestserver.cpp:39
>      : QObject(parent)
> -    , m_configFile(TEST_DATA + QStringLiteral("default.json"))
> +    , m_configFile(QLatin1String(TEST_DATA) + QStringLiteral("default.json"))
>      , m_display(nullptr)

shouldn't that be a QStringLiteral?

REPOSITORY
  R110 KScreen Library

BRANCH
  master

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

To: gladhorn, #plasma, davidedmundson
Cc: davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180711/7d165909/attachment-0001.html>


More information about the Plasma-devel mailing list