mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Renamed to simplifyAccents (actually the chars are not removed, but replaced)
This commit is contained in:
@@ -91,7 +91,7 @@ namespace BlackMisc
|
||||
|
||||
void CUser::setRealName(const QString &realname)
|
||||
{
|
||||
QString rn(removeAccents(decode(realname).simplified()));
|
||||
QString rn(simplifyAccents(decode(realname).simplified()));
|
||||
if (rn.isEmpty())
|
||||
{
|
||||
m_realname.clear();
|
||||
|
||||
Reference in New Issue
Block a user