Sine Striker
2023-12-19 ed5f9693b3cd7ddcdc746c4bb65dcd9cf7a8268b
src/core/contexts/qtwindowcontext_p.h
@@ -9,13 +9,16 @@
        Q_OBJECT
    public:
        QtWindowContext();
        ~QtWindowContext();
        ~QtWindowContext() override;
        QString key() const override;
        void virtual_hook(int id, void *data) override;
    protected:
        bool setupHost() override;
        void winIdChanged(QWindow *oldWindow) override;
    protected:
        std::unique_ptr<QObject> qtWindowEventFilter;
    };
}