From 8d02dbd0ba6c82ed15f510651a8aa3f09c19721a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 30 八月 2023 23:18:33 +0800 Subject: [PATCH] 0830 --- internal_system_v1/problemrectification.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemrectification.h b/internal_system_v1/problemrectification.h index 8956cf1..0828873 100644 --- a/internal_system_v1/problemrectification.h +++ b/internal_system_v1/problemrectification.h @@ -18,8 +18,11 @@ 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