From 66aff63212de0a16d10b6bdc2481ab9d8b4444fe Mon Sep 17 00:00:00 2001 From: zhaolei <353719554@qq.com> Date: Tue, 23 Jun 2026 22:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=9F=E6=88=90=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E3=80=81=E5=88=86=E6=AE=B5=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/logPlus.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/logPlus/logPlus.pro b/logPlus/logPlus.pro index bff1eee..969e334 100644 --- a/logPlus/logPlus.pro +++ b/logPlus/logPlus.pro @@ -45,6 +45,7 @@ SOURCES += \ PropertyWidget.cpp \ QCPSizeHandle.cpp \ QCPSizeHandleManager.cpp \ + QtWindowWellSection.cpp \ SetPageMegDlg.cpp \ TransparentDraggableCorePhysics.cpp \ TransparentDraggableFac.cpp \ @@ -122,6 +123,7 @@ HEADERS += \ PropertyWidget.h \ QCPSizeHandle.h \ QCPSizeHandleManager.h \ + QtWindowWellSection.h \ SetPageMegDlg.h \ TransparentDraggableCorePhysics.h \ TransparentDraggableFac.h \