summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-03 17:31:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-03 17:31:26 +0300
commitb592850c224965729dfb68fcdce486346ab8301a (patch)
treec18fd7dd1fc92428c6452ac31af6fe864a10c8af /src/client.h
parentcb6899fa0d8488e7e380179cb2d4bde763667d71 (diff)
downloadplus-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.h3
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)