Zhao Yuhang
2023-12-18 44fee9aa1e3087635d1394612c6f6ceab44ba7b0
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