SineStriker
2023-12-28 06b335edde08b91aeb5497719f2d584f98abd7c4
src/core/contexts/qtwindowcontext_p.h
@@ -24,10 +24,10 @@
        void virtual_hook(int id, void *data) override;
    protected:
        void winIdChanged(QWindow *oldWindow) override;
        void winIdChanged() override;
    protected:
        std::unique_ptr<QObject> qtWindowEventFilter;
        std::unique_ptr<SharedEventFilter> qtWindowEventFilter;
    };
}