Revert "Formatting hashes with : seems to be out of fashion"

This reverts commit c52e3a0732.
This commit is contained in:
Daniel Molkentin 2014-01-22 00:00:24 +01:00
parent f35e2efd4e
commit 129aef5beb

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