mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -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
|
|
@ -176,8 +176,7 @@ public:
|
|||
bool getRememberGameSettings() const { return rememberGameSettings; }
|
||||
int getKeepAlive() const { return keepalive; }
|
||||
void setClientID(QString clientID);
|
||||
QString getClientID() { return clientID; }
|
||||
QString getSrvClientID(const QString _hostname);
|
||||
QString getClientID() { return clientID; }
|
||||
ShortcutsSettings& shortcuts() const { return *shortcutsSettings; }
|
||||
CardDatabaseSettings& cardDatabase() const { return *cardDatabaseSettings; }
|
||||
ServersSettings& servers() const { return *serversSettings; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue