From 10457ff67b999e9cc99624801c635e7f25e0d5ef Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期四, 31 八月 2023 23:36:05 +0800
Subject: [PATCH] 0831

---
 internal_system_v1/problemrectification.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/internal_system_v1/problemrectification.h b/internal_system_v1/problemrectification.h
index 67ebff1..0828873 100644
--- a/internal_system_v1/problemrectification.h
+++ b/internal_system_v1/problemrectification.h
@@ -15,8 +15,14 @@
     explicit ProblemRectification(QWidget *parent = 0);
     ~ProblemRectification();
 
+private slots:
+    void on_tableWidget_clicked(const QModelIndex &index);
+
+    void on_pushButton_clicked();
+
 private:
     Ui::ProblemRectification *ui;
+    int m_comId;
 };
 
 #endif // PROBLEMRECTIFICATION_H

--
Gitblit v1.8.0