From 7a29ce102ca45e5b7888e898073d7c1342a7d9e3 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期五, 08 八月 2025 23:29:22 +0800
Subject: [PATCH] 滑动窗口 排名

---
 clientmainwindow.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/clientmainwindow.h b/clientmainwindow.h
index b820070..d305686 100644
--- a/clientmainwindow.h
+++ b/clientmainwindow.h
@@ -10,6 +10,7 @@
 #include "historydata.h"
 #include "deepseekmainwindow.h"
 #include "agilestrategy.h" // 鐏靛姩绛栫暐
+#include "separateanalysis.h"
 
 
 namespace Ui {
@@ -36,6 +37,7 @@
     HistoryData *m_history; // 鍘嗗彶鐩稿叧
     DeepSeekMainWindow *m_deepSeek; // 涓偂娣辨悳
     AgileStrategy *m_agileStrategy; // 鐏靛姩绛栫暐
+    SeparateAnalysis *m_separateAnalysis; // 涓偂鍒嗘瀽 鍗曠嫭鍒嗘瀽
 
 
 };

--
Gitblit v1.8.0