From 0640f7a902a3489332627ce93aa61c0dc25087b1 Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周五, 01 12月 2023 19:41:15 +0800 Subject: [PATCH] Add style support --- src/core/handler/qtwindowcontext_p.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/core/handler/qtwindowcontext_p.h b/src/core/handler/qtwindowcontext_p.h index 3134384..c856da2 100644 --- a/src/core/handler/qtwindowcontext_p.h +++ b/src/core/handler/qtwindowcontext_p.h @@ -10,6 +10,9 @@ public: QtWindowContext(QWindow *window, WindowItemDelegate *delegate); ~QtWindowContext(); + + protected: + bool eventFilter(QObject *obj, QEvent *event) override; }; } -- Gitblit v1.9.1