Перевод Сервера работает

This commit is contained in:
2025-10-21 12:42:12 +03:00
parent b9a39287cf
commit ff6f70c967
3 changed files with 17 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ public:
static const QString languageENG;
static const QString languageRUS;
public:
QString getLanguage();
void setError(int code);
protected: