From e0873308a615c7e8f78fe653fd3bb2ecf4739501 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 14 六月 2023 23:08:24 +0800 Subject: [PATCH] qxlsm --- 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 67ebff1..8956cf1 100644 --- a/internal_system_v1/problemrectification.h +++ b/internal_system_v1/problemrectification.h @@ -15,6 +15,9 @@ explicit ProblemRectification(QWidget *parent = 0); ~ProblemRectification(); +private slots: + void on_tableWidget_clicked(const QModelIndex &index); + private: Ui::ProblemRectification *ui; }; -- Gitblit v1.8.0