From 5889bd94d241b8454268804861a67c79315a7731 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 26 Jan 2014 21:45:57 +0300 Subject: add chat command for uploading main config.xml New chat command: /uploadconfig --- src/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index c166b438b..7a88c6734 100644 --- a/src/client.h +++ b/src/client.h @@ -272,6 +272,9 @@ public: std::string getSupportUrl() const A_WARN_UNUSED { return mCurrentServer.supportUrl; } + std::string getLogFileName() const A_WARN_UNUSED + { return mLogFileName; } + bool isKeyboardVisible() const; void setGuiAlpha(const float n) @@ -406,6 +409,7 @@ private: std::string mRootDir; std::string mServerName; std::string mOnlineListUrl; + std::string mLogFileName; ServerInfo mCurrentServer; -- cgit v1.2.3-60-g2f50