Ref T730, style

This commit is contained in:
Klaus Basan
2019-10-03 00:07:05 +02:00
committed by Mat Sutcliffe
parent fee8852762
commit 6e9fa0b2ad
3 changed files with 32 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ namespace BlackMisc
QString CUser::convertToQString(bool i18n) const
{
Q_UNUSED(i18n);
Q_UNUSED(i18n)
if (m_realname.isEmpty()) return QStringLiteral("<no realname>");
QString s = m_realname;
if (this->hasId())