mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
versionStr при смене языка актуализируется
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user