mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-27 00:53:55 -07:00
Privatized Function
Moved the updated hashing function out of the settingscache and into the remoteclient and privatized the function for proper use.
This commit is contained in:
parent
ee849f6379
commit
506ad91b03
4 changed files with 13 additions and 14 deletions
|
|
@ -51,6 +51,7 @@ private:
|
|||
QTcpSocket *socket;
|
||||
QString lastHostname;
|
||||
int lastPort;
|
||||
QString getSrvClientID(const QString _hostname);
|
||||
protected slots:
|
||||
void sendCommandContainer(const CommandContainer &cont);
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue