diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-26 21:45:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-26 22:01:51 +0300 |
commit | 5889bd94d241b8454268804861a67c79315a7731 (patch) | |
tree | b37aaec28083110308fbbc5fa3a2c4bb07ce2ed7 /src/configuration.h | |
parent | bae784c3718b2d28bef80ef57f23c47cc4342c64 (diff) | |
download | plus-5889bd94d241b8454268804861a67c79315a7731.tar.gz plus-5889bd94d241b8454268804861a67c79315a7731.tar.bz2 plus-5889bd94d241b8454268804861a67c79315a7731.tar.xz plus-5889bd94d241b8454268804861a67c79315a7731.zip |
add chat command for uploading main config.xml
New chat command: /uploadconfig
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index 322d4c934..daa10f51b 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -343,6 +343,9 @@ class Configuration final : public ConfigurationObject void removeOldKeys(); + std::string getFileName() const A_WARN_UNUSED + { return mFilename; } + private: /** * Clean up the default values member. |