From 2f2ee6571e9ce784db0488ade60816f09bd7448c Mon Sep 17 00:00:00 2001
From: SineStriker <trueful@163.com>
Date: 周三, 27 12月 2023 01:56:47 +0800
Subject: [PATCH] Finish customize system button pos for QtWidgets

---
 src/core/contexts/qtwindowcontext_p.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/core/contexts/qtwindowcontext_p.h b/src/core/contexts/qtwindowcontext_p.h
index bb823da..fa9aece 100644
--- a/src/core/contexts/qtwindowcontext_p.h
+++ b/src/core/contexts/qtwindowcontext_p.h
@@ -27,7 +27,7 @@
         void winIdChanged() override;
 
     protected:
-        std::unique_ptr<QObject> qtWindowEventFilter;
+        std::unique_ptr<SharedEventFilter> qtWindowEventFilter;
     };
 
 }

--
Gitblit v1.9.1