From 31ed29f804a6850ef9a8f60326f4da603e7c8a39 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 04 三月 2024 22:55:48 +0800 Subject: [PATCH] 0304 --- internal_system_v1/clientmainwindow.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index 354778b..b4bb1e1 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -17,6 +17,8 @@ #include "converinfo2.h" #include "xlsxdocument.h" +#include "problemlist.h" +#include "problemrectificationresult.h" namespace Ui { class ClientMainWindow; @@ -73,6 +75,8 @@ void on_tableWidget_cellClicked(int row, int column); + void on_pushButton_save_clicked(); + signals: void sendDataToAuditProject(QVariantList); void sendDataToAuditWorkLoad(QVariantList); @@ -100,6 +104,8 @@ // 鏂扮増鏈� ConverInfo2* m_conInfo2; + ProblemList *m_problemList; + ProblemRectificationResult *m_problemRectifResult; }; -- Gitblit v1.8.0