From 44fee9aa1e3087635d1394612c6f6ceab44ba7b0 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周一, 18 12月 2023 20:11:42 +0800 Subject: [PATCH] minor improve quick demo --- 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