From abc5b592843b5482ddbeb576ee7fba46f2fc5e39 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期四, 11 九月 2025 23:14:11 +0800 Subject: [PATCH] 250911 --- clientmainwindow.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.h b/clientmainwindow.h index b820070..7a677f9 100644 --- a/clientmainwindow.h +++ b/clientmainwindow.h @@ -10,6 +10,9 @@ #include "historydata.h" #include "deepseekmainwindow.h" #include "agilestrategy.h" // 鐏靛姩绛栫暐 +#include "separateanalysis.h" +#include "analysisbyrediscache.h" +#include "positionmanagement.h" namespace Ui { @@ -36,6 +39,10 @@ HistoryData *m_history; // 鍘嗗彶鐩稿叧 DeepSeekMainWindow *m_deepSeek; // 涓偂娣辨悳 AgileStrategy *m_agileStrategy; // 鐏靛姩绛栫暐 + SeparateAnalysis *m_separateAnalysis; // 涓偂鍒嗘瀽 鍗曠嫭鍒嗘瀽 + AnalysisByRedisCache *m_analysisByRedisCache; // 涓偂鍒嗘瀽 閫氳繃缂撳瓨鍒嗘瀽 + PositionManagement *m_positionMan; // 浠撲綅绠$悊 + }; -- Gitblit v1.8.0