D27574: Remove bold formatting of device name
Pino Toscano
noreply at phabricator.kde.org
Sat Feb 22 13:40:11 GMT 2020
pino added inline comments.
INLINE COMMENTS
> devicedetails.cpp:117
> {
> - m_ui->remoteName->setText(QStringLiteral("<b>%1</b>").arg(name));
> + m_ui->remoteName->setText(QStringLiteral("%1").arg(name));
> }
then you can simply remove the string+arg...
REPOSITORY
R97 Bluedevil
REVISION DETAIL
https://phabricator.kde.org/D27574
To: nicolasfella, #plasma, drosca, davidedmundson
Cc: pino, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200222/fefd2376/attachment-0001.html>
More information about the Plasma-devel
mailing list