mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
переименовал CheckerTask
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "fimtaskswidget.h"
|
||||
#include "ui_fimtaskswidget.h"
|
||||
#include "tasksAmmFim.h"
|
||||
#include "dialogchecktask.h"
|
||||
#include "checkertask.h"
|
||||
#include "specialmessagebox.h"
|
||||
|
||||
FIMtasksWidget::FIMtasksWidget(ConnectorToServer* connectorToServer, TypeListTreeAMMFIM type, QWidget *parent) :
|
||||
@@ -391,7 +391,7 @@ void FIMtasksWidget::on_btnCheck_clicked()
|
||||
if(!task.getID())
|
||||
return;
|
||||
|
||||
DialogCheckTask* checkTask = new DialogCheckTask(connectorToServer, "fim", this);
|
||||
CheckerTask* checkTask = new CheckerTask(connectorToServer, "fim", this);
|
||||
|
||||
checkTask->setTask(&task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user