From 8b717bccb1065ba5a38208fb073045e43fb8ef5e Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 12 二月 2025 23:08:00 +0800 Subject: [PATCH] 250212 --- clientmainwindow.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.cpp b/clientmainwindow.cpp index 47c405a..ebf0aea 100644 --- a/clientmainwindow.cpp +++ b/clientmainwindow.cpp @@ -52,4 +52,6 @@ connect(m_regular,SIGNAL(getClosePriceSignal(QString)),m_getStockList,SLOT(getLastClosePrice(QString))); connect(m_getStockList,SIGNAL(sendClosePrice(QString,QString)),m_regular,SLOT(showClosePrice(QString,QString))); + connect(m_getStockList,SIGNAL(sendCodeNames(QMap<QString,QString>&)),m_history,SLOT(putCodeNames(QMap<QString,QString>&))); + } -- Gitblit v1.8.0