Sine Striker
2023-12-12 0586c98f90866e4bc9f0dfe73aefb0a07c56697e
src/core/contexts/abstractwindowcontext_p.h
@@ -46,9 +46,7 @@
        enum WindowContextHook {
            CentralizeHook = 1,
            ShowSystemMenuHook,
            NeedsDrawBordersHook,
            DrawBordersHook,
            QueryBorderThicknessHook
            DefaultColorsHook,
        };
        virtual void virtual_hook(int id, void *data);
@@ -56,9 +54,9 @@
        virtual bool setupHost() = 0;
    protected:
        QObject *m_host;
        QObject *m_host{};
        std::unique_ptr<WindowItemDelegate> m_delegate;
        QWindow *m_windowHandle;
        QWindow *m_windowHandle{};
        QSet<const QObject *> m_hitTestVisibleItems;
        QList<QRect> m_hitTestVisibleRects;