mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
передается список ПП в sendQueryToDB для отправки
This commit is contained in:
@@ -16,11 +16,15 @@ public:
|
||||
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
|
||||
public slots:
|
||||
void slot_Accepted();
|
||||
|
||||
public:
|
||||
void setTask(TaskAmmFim* task);
|
||||
bool getListCheckedSubProc(QList<SubProc>* listSubProcCtrl);
|
||||
|
||||
private:
|
||||
ListSubProc* listSubProc;
|
||||
ListSubProc* listSubProcCtrl;
|
||||
};
|
||||
|
||||
#endif // DIALOGLISTSUBPROC_H
|
||||
|
||||
Reference in New Issue
Block a user