mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Перевод Сервера работает
This commit is contained in:
@@ -111,6 +111,11 @@ ServerLMSWidget::~ServerLMSWidget()
|
||||
delete ui;
|
||||
}
|
||||
|
||||
QString ServerLMSWidget::getLanguage()
|
||||
{
|
||||
return language;
|
||||
}
|
||||
|
||||
|
||||
void ServerLMSWidget::slotUpdateListClients()
|
||||
{
|
||||
|
||||
@@ -53,6 +53,9 @@ public:
|
||||
static const QString languageENG;
|
||||
static const QString languageRUS;
|
||||
|
||||
public:
|
||||
QString getLanguage();
|
||||
|
||||
void setError(int code);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user