wip
Sine Striker
2023-12-30 baaefab217758ffe51322ad16b6f12a05228db8c
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;
    };
}