Sine Striker
2023-12-18 59814f0ef77528995e2655247aecf2dfdf2f67d9
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;
    };
}