mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
bugFixing 3
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user