summaryrefslogtreecommitdiff
path: root/src/utils/translation/poparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/translation/poparser.h')
-rw-r--r--src/utils/translation/poparser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/translation/poparser.h b/src/utils/translation/poparser.h
index dbf87b531..b4dc8a6bd 100644
--- a/src/utils/translation/poparser.h
+++ b/src/utils/translation/poparser.h
@@ -55,13 +55,13 @@ class PoParser final
bool readMsgStr();
- bool checkLine();
+ bool checkLine() const;
- std::string getFileName(std::string lang) const;
+ static std::string getFileName(std::string lang);
PoDict *getDict() const;
- void convertStr(std::string &str) const;
+ static void convertStr(std::string &str);
// current lang
std::string mLang;