mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
fee8852762
commit
6e9fa0b2ad
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user