From 718590bf4dec0e8d9e7a75af98568f5eff5f8f9d Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 19 12月 2023 14:45:36 +0800
Subject: [PATCH] Remove stylesupport

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

diff --git a/src/core/contexts/qtwindowcontext_p.h b/src/core/contexts/qtwindowcontext_p.h
index ff62b4a..dc19f0a 100644
--- a/src/core/contexts/qtwindowcontext_p.h
+++ b/src/core/contexts/qtwindowcontext_p.h
@@ -15,7 +15,10 @@
         void virtual_hook(int id, void *data) override;
 
     protected:
-        bool winIdChanged() override;
+        void winIdChanged(QWindow *oldWindow) override;
+
+    protected:
+        std::unique_ptr<QObject> qtWindowEventFilter;
     };
 
 }

--
Gitblit v1.9.1