From ec275ba3c4c22fccf3d4a2900c31be67ca56be23 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 04 九月 2023 22:22:35 +0800 Subject: [PATCH] 0904 --- internal_system_v1/auditproject.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/auditproject.h b/internal_system_v1/auditproject.h index 13244d4..9f0648e 100644 --- a/internal_system_v1/auditproject.h +++ b/internal_system_v1/auditproject.h @@ -18,8 +18,11 @@ private slots: void on_tableWidget_clicked(const QModelIndex &index); + void on_pushButton_clicked(); + private: Ui::AuditProject *ui; + int m_comId; }; #endif // AUDITPROJECT_H -- Gitblit v1.8.0