src/core/contexts/abstractwindowcontext_p.h
@@ -46,8 +46,7 @@ enum WindowContextHook { CentralizeHook = 1, ShowSystemMenuHook, NeedsDrawBordersHook, DrawBordersHook, DefaultColorsHook, }; virtual void virtual_hook(int id, void *data); @@ -55,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;