mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Untabify
Yay! Figured out how to do this in VS2015!
This commit is contained in:
parent
506ad91b03
commit
44123b9b0b
2 changed files with 5 additions and 5 deletions
|
|
@ -364,8 +364,8 @@ void RemoteClient::disconnectFromServer()
|
|||
|
||||
QString RemoteClient::getSrvClientID(const QString _hostname)
|
||||
{
|
||||
QString srvClientID = settingsCache->getClientID();
|
||||
srvClientID += _hostname;
|
||||
QString uniqueServerClientID = QCryptographicHash::hash(srvClientID.toUtf8(), QCryptographicHash::Sha1).toHex().right(15);
|
||||
return uniqueServerClientID;
|
||||
QString srvClientID = settingsCache->getClientID();
|
||||
srvClientID += _hostname;
|
||||
QString uniqueServerClientID = QCryptographicHash::hash(srvClientID.toUtf8(), QCryptographicHash::Sha1).toHex().right(15);
|
||||
return uniqueServerClientID;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue