Formatting hashes with : seems to be out of fashion

This commit is contained in:
Daniel Molkentin 2014-01-21 14:55:07 +01:00
parent 699f6a62f8
commit c52e3a0732

View file

@ -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;
}