From 88b5b56b6a67d93208eae3980af2f30da09dd8ae Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周三, 27 12月 2023 01:10:59 +0800 Subject: [PATCH] Add notification observer on Mac --- 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