From 6ea2769d53615984e57b26b63b8d56b49c472e26 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 13 九月 2023 22:44:13 +0800 Subject: [PATCH] 0913 --- internal_system_v1/caseclue.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/caseclue.h b/internal_system_v1/caseclue.h index 9ad6bf9..200afdc 100644 --- a/internal_system_v1/caseclue.h +++ b/internal_system_v1/caseclue.h @@ -15,8 +15,12 @@ explicit CaseClue(QWidget *parent = 0); ~CaseClue(); +private slots: + void on_pushButton_clicked(); + private: Ui::CaseClue *ui; + int m_comId; }; #endif // CASECLUE_H -- Gitblit v1.8.0