From 637610bcf851d70657c2dcf251d6daed2429a9a5 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 26 二月 2025 22:59:54 +0800 Subject: [PATCH] 0226 --- showinfomessage.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/showinfomessage.h b/showinfomessage.h index 36cdf58..b3e2349 100644 --- a/showinfomessage.h +++ b/showinfomessage.h @@ -17,6 +17,9 @@ public slots: void showInfo(QString info); +private slots: + void on_pushButton_clicked(); + private: Ui::ShowInfoMessage *ui; }; -- Gitblit v1.8.0