From 5ac536d5b37be7bfd6f9cf5db62aa83a174ff602 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 06 九月 2023 22:48:27 +0800 Subject: [PATCH] 0906 export --- internal_system_v1/problemcount.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemcount.h b/internal_system_v1/problemcount.h index 68d3ea3..2cf0cd0 100644 --- a/internal_system_v1/problemcount.h +++ b/internal_system_v1/problemcount.h @@ -20,8 +20,11 @@ void on_tableWidget_activated(const QModelIndex &index); + void on_pushButton_clicked(); + private: Ui::ProblemCount *ui; + int m_comId; }; #endif // PROBLEMCOUNT_H -- Gitblit v1.8.0