From 7c4fe576e5fc20267d5e1d5287cbb2ec77e64c3a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 19 八月 2025 23:40:18 +0800 Subject: [PATCH] redis --- clientmainwindow.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.h b/clientmainwindow.h index b820070..9bf70ad 100644 --- a/clientmainwindow.h +++ b/clientmainwindow.h @@ -10,6 +10,8 @@ #include "historydata.h" #include "deepseekmainwindow.h" #include "agilestrategy.h" // 鐏靛姩绛栫暐 +#include "separateanalysis.h" +#include "analysisbyrediscache.h" namespace Ui { @@ -36,6 +38,8 @@ HistoryData *m_history; // 鍘嗗彶鐩稿叧 DeepSeekMainWindow *m_deepSeek; // 涓偂娣辨悳 AgileStrategy *m_agileStrategy; // 鐏靛姩绛栫暐 + SeparateAnalysis *m_separateAnalysis; // 涓偂鍒嗘瀽 鍗曠嫭鍒嗘瀽 + AnalysisByRedisCache *m_analysisByRedisCache; // 涓偂鍒嗘瀽 閫氳繃缂撳瓨鍒嗘瀽 }; -- Gitblit v1.8.0