From 027122452a25191b81fef8fe35f5b54768d435f2 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周六, 02 12月 2023 01:54:24 +0800 Subject: [PATCH] Add windows implementations --- src/core/contexts/qtwindowcontext_p.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/core/handler/qtwindowcontext_p.h b/src/core/contexts/qtwindowcontext_p.h similarity index 90% rename from src/core/handler/qtwindowcontext_p.h rename to src/core/contexts/qtwindowcontext_p.h index c856da2..6daccb8 100644 --- a/src/core/handler/qtwindowcontext_p.h +++ b/src/core/contexts/qtwindowcontext_p.h @@ -11,6 +11,9 @@ QtWindowContext(QWindow *window, WindowItemDelegate *delegate); ~QtWindowContext(); + public: + bool setup() override; + protected: bool eventFilter(QObject *obj, QEvent *event) override; }; -- Gitblit v1.9.1