D21099: Use locale currency for donate icon

David Edmundson noreply at phabricator.kde.org
Thu May 9 20:11:26 BST 2019


davidedmundson added inline comments.

INLINE COMMENTS

> kstandardaction.cpp:202
> +            const QString currencyCode = QLocale().currencySymbol(QLocale::CurrencyIsoCode).toLower();
> +            if (!currencyCode.isEmpty()) {
> +                iconName = QStringLiteral("help-donate-%1").arg(currencyCode);

else iconName = "help-donate" ?

REPOSITORY
  R265 KConfigWidgets

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

To: broulik, #frameworks, #vdg, ngraham
Cc: davidedmundson, ngraham, sitter, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190509/5a173c34/attachment.html>


More information about the Kde-frameworks-devel mailing list