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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user