From 1c3f359a876ddd81a7fbafd88e7f6ed03eefb72a Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期二, 15 八月 2023 23:15:31 +0800
Subject: [PATCH] 0815

---
 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 8941fdb..9bc6126 100644
--- a/internal_system_v1/problemnotmoney.h
+++ b/internal_system_v1/problemnotmoney.h
@@ -15,6 +15,9 @@
     explicit ProblemNotMoney(QWidget *parent = 0);
     ~ProblemNotMoney();
 
+private slots:
+    void on_tableWidget_clicked(const QModelIndex &index);
+
 private:
     Ui::ProblemNotMoney *ui;
 };

--
Gitblit v1.8.0