From 0e5bcdb2d4d2e87e3624f14e5cc58a1d03de99fc Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 14 五月 2024 23:06:42 +0800
Subject: [PATCH] 0514

---
 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 c7f4023..1331f8b 100644
--- a/internal_system_v1/clientmainwindow.h
+++ b/internal_system_v1/clientmainwindow.h
@@ -21,6 +21,7 @@
 #include "problemrectificationresult.h"
 #include "tableitemdelegate.h"
 #include <QItemDelegate>
+#include "threemergeproblemlist.h"
 
 namespace Ui {
 class ClientMainWindow;
@@ -81,6 +82,8 @@
 
     void on_comboBox_currentIndexChanged(const QString &arg1);
 
+    void on_pushButton_reset_clicked();
+
 signals:
     void sendDataToAuditProject(QVariantList);
     void sendDataToAuditWorkLoad(QVariantList);
@@ -113,6 +116,9 @@
     TableItemDelegate *m_tableItemDelegate;
     QItemDelegate *m_editDelegate; // 鍙紪杈�
 
+    // 3鍚堜竴
+    ThreeMergeProblemList *m_threeMPList;
+
 };
 
 #endif // CLIENTMAINWINDOW_H

--
Gitblit v1.8.0