diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-03 17:31:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-03 17:31:26 +0300 |
commit | b592850c224965729dfb68fcdce486346ab8301a (patch) | |
tree | c18fd7dd1fc92428c6452ac31af6fe864a10c8af /src/client.h | |
parent | cb6899fa0d8488e7e380179cb2d4bde763667d71 (diff) | |
download | plus-b592850c224965729dfb68fcdce486346ab8301a.tar.gz plus-b592850c224965729dfb68fcdce486346ab8301a.tar.bz2 plus-b592850c224965729dfb68fcdce486346ab8301a.tar.xz plus-b592850c224965729dfb68fcdce486346ab8301a.zip |
Add support for update server mirrors.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 1cb35835a..2de069eb6 100644 --- a/src/client.h +++ b/src/client.h @@ -279,6 +279,9 @@ public: std::string getLogFileName() const A_WARN_UNUSED { return mLogFileName; } + const std::vector<std::string> &getMirrors() const A_WARN_UNUSED + { return mCurrentServer.updateMirrors; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) |