mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Formatting hashes with : seems to be out of fashion
This commit is contained in:
parent
699f6a62f8
commit
c52e3a0732
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ QString Utility::formatFingerprint( const QByteArray& fmhash )
|
|||
}
|
||||
|
||||
QString fp = QString::fromLatin1( hash.trimmed() );
|
||||
fp.replace(QChar(' '), QChar(':'));
|
||||
//fp.replace(QChar(' '), QChar(':'));
|
||||
|
||||
return fp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue