versionStr при смене языка актуализируется

This commit is contained in:
2026-01-12 16:04:01 +03:00
parent 36527a9cb5
commit 2eb10b5b4b
2 changed files with 12 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ private:
bool authorizationIsCompleted();
void updateLabelLoggedInInstructor(Instructor& instructor);
void updateLabelServer();
void updateLabelVersion();
void setLanguageInterfase();
private:
@@ -117,6 +118,8 @@ private:
QTranslator qtLanguageTranslator;
QString language;
QString versionStr;
Ui::InstructorsAndTraineesWidget *ui;
};