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:
woogerboy21 2016-03-29 22:00:42 -04:00
parent ee849f6379
commit 506ad91b03
4 changed files with 13 additions and 14 deletions

View file

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