From df45966c52bac2eb465cf05c1d6328bf0d00c5ac Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期六, 16 八月 2025 15:27:10 +0800 Subject: [PATCH] 1. 补提交添加保存图像的类 --- EdgeInspector_App/InterfaceManager.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/EdgeInspector_App/InterfaceManager.h b/EdgeInspector_App/InterfaceManager.h index 685bad3..899d454 100644 --- a/EdgeInspector_App/InterfaceManager.h +++ b/EdgeInspector_App/InterfaceManager.h @@ -18,6 +18,7 @@ #include "LanguageControl.h" #include "LicenseChecker.h" #include "TriggerControl_Mvsol.h" +#include "Thread_SaveFullImg.h" #if USE_WEBSOCKET #include "WebSocketClientPool.h" @@ -161,6 +162,7 @@ CThread_SendMSG* m_pThread_SendMSG; CThread_CheckSequence* m_pThread_CheckSequence; CThread_ViewRefresh* m_pThread_ViewRefresh; + CThread_SaveFullImg* m_pSaveFullImgThread; CPostProcess m_PostProcess; CCriticalSection m_csScanStart; int m_nScanStartCount; -- Gitblit v1.9.3