переименовал CheckerTask

This commit is contained in:
2025-09-18 11:26:03 +03:00
parent 9f4120c2d1
commit af243cc4d8
7 changed files with 30 additions and 46 deletions

View File

@@ -6,7 +6,7 @@
#include <QResizeEvent>
#include "ammtaskswidget.h"
#include "ui_ammtaskswidget.h"
#include "dialogchecktask.h"
#include "checkertask.h"
#include "specialmessagebox.h"
AMMtasksWidget::AMMtasksWidget(ConnectorToServer* connectorToServer, TypeListTreeAMMFIM type, QWidget *parent) :
@@ -329,7 +329,7 @@ void AMMtasksWidget::on_btnCheck_clicked()
if(!task.getID())
return;
DialogCheckTask dlg(connectorToServer, "amm", this);
CheckerTask dlg(connectorToServer, "amm", this);
dlg.setTask(&task);