From 987254bf420571a7b89391d8227569a1b5774019 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 21 二月 2025 23:25:48 +0800 Subject: [PATCH] 250221 --- clientmainwindow.cpp | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.cpp b/clientmainwindow.cpp index ebf0aea..6f7ac88 100644 --- a/clientmainwindow.cpp +++ b/clientmainwindow.cpp @@ -54,4 +54,7 @@ connect(m_getStockList,SIGNAL(sendCodeNames(QMap<QString,QString>&)),m_history,SLOT(putCodeNames(QMap<QString,QString>&))); + connect(m_history,SIGNAL(sendHistoryModel(QVector<QVector<QString>> &)),m_getStockList,SLOT(showHistoryModelData(QVector<QVector<QString>> &))); + connect(m_history,SIGNAL(sendHistoryModel(QStandardItemModel*)),m_getStockList,SLOT(showHistoryModelData(QStandardItemModel*))); + } -- Gitblit v1.8.0