mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
bugFixing 3
This commit is contained in:
@@ -28,6 +28,8 @@ EditorInstructors::EditorInstructors(ConnectorToServer* connectorToServer, bool
|
||||
ui->btnArchive->click();
|
||||
|
||||
waitAnimationWidget->setParent(this);
|
||||
|
||||
authComplited = true;
|
||||
}
|
||||
|
||||
EditorInstructors::~EditorInstructors()
|
||||
|
||||
@@ -32,6 +32,8 @@ EditorTrainees::EditorTrainees(ConnectorToServer* connectorToServer, bool adminM
|
||||
ui->btnDeleteTrainee->setEnabled(false);
|
||||
ui->btnToOrFromArchiveTrainee->setEnabled(false);
|
||||
ui->btnEdit->setEnabled(false);
|
||||
|
||||
authComplited = true;
|
||||
}
|
||||
|
||||
EditorTrainees::~EditorTrainees()
|
||||
|
||||
Reference in New Issue
Block a user