From e16e6f0cf090e4d9582bc38439f71a895499cf26 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期六, 16 九月 2023 18:35:40 +0800 Subject: [PATCH] 0916 --- internal_system_v1/problemnotmoney.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemnotmoney.h b/internal_system_v1/problemnotmoney.h index 9bc6126..a76e4e8 100644 --- a/internal_system_v1/problemnotmoney.h +++ b/internal_system_v1/problemnotmoney.h @@ -18,8 +18,11 @@ private slots: void on_tableWidget_clicked(const QModelIndex &index); + void on_pushButton_clicked(); + private: Ui::ProblemNotMoney *ui; + int m_comId; }; #endif // PROBLEMNOTMONEY_H -- Gitblit v1.8.0