mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact
This commit is contained in:
@@ -365,7 +365,12 @@ void InstructorsAndTraineesWidget::slot_ConnectedToServer(bool state)
|
||||
viewerInstructors->deactivate();
|
||||
|
||||
if(dlgSettings)
|
||||
dlgSettings->deactivate();
|
||||
{
|
||||
//dlgSettings->deactivate();
|
||||
dlgSettings->close();
|
||||
delete dlgSettings;
|
||||
dlgSettings = nullptr;
|
||||
}
|
||||
|
||||
if(dlgAuthorization)
|
||||
{
|
||||
|
||||
@@ -583,5 +583,6 @@ void AMMtasksWidget::on_treeWidgetDoubleClicked(QTreeWidgetItem *item, int colum
|
||||
|
||||
void AMMtasksWidget::on_btnDocsUpdating_clicked()
|
||||
{
|
||||
ui->btnAssignTask->setEnabled(false);
|
||||
connectorToServer->sendQueryTasksXML("amm");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user