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/abstractwindowcontext_p.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/core/contexts/abstractwindowcontext_p.h b/src/core/contexts/abstractwindowcontext_p.h index 29f6749..3938d75 100644 --- a/src/core/contexts/abstractwindowcontext_p.h +++ b/src/core/contexts/abstractwindowcontext_p.h @@ -60,13 +60,12 @@ void notifyWinIdChange(); protected: - virtual void winIdChanged(QWindow *oldWindow, bool destroyed) = 0; + virtual void winIdChanged(QWindow *oldWindow) = 0; protected: QObject *m_host{}; std::unique_ptr<WindowItemDelegate> m_delegate; QWindow *m_windowHandle{}; - QPointer<QWindow> m_windowHandleGuard; QSet<const QObject *> m_hitTestVisibleItems; #ifdef Q_OS_MAC -- Gitblit v1.9.1