bugFixing 3

This commit is contained in:
2025-09-16 14:26:39 +03:00
parent eaf5f0673a
commit b6fb178827
2 changed files with 4 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ EditorInstructors::EditorInstructors(ConnectorToServer* connectorToServer, bool
ui->btnArchive->click(); ui->btnArchive->click();
waitAnimationWidget->setParent(this); waitAnimationWidget->setParent(this);
authComplited = true;
} }
EditorInstructors::~EditorInstructors() EditorInstructors::~EditorInstructors()

View File

@@ -32,6 +32,8 @@ EditorTrainees::EditorTrainees(ConnectorToServer* connectorToServer, bool adminM
ui->btnDeleteTrainee->setEnabled(false); ui->btnDeleteTrainee->setEnabled(false);
ui->btnToOrFromArchiveTrainee->setEnabled(false); ui->btnToOrFromArchiveTrainee->setEnabled(false);
ui->btnEdit->setEnabled(false); ui->btnEdit->setEnabled(false);
authComplited = true;
} }
EditorTrainees::~EditorTrainees() EditorTrainees::~EditorTrainees()