Sine Striker
2023-12-07 1a1f26d9e4ab6a4fe51baa78e40c4cdf3f402bcf
src/core/contexts/qtwindowcontext_p.h
@@ -7,14 +7,12 @@
    class QWK_CORE_EXPORT QtWindowContext : public AbstractWindowContext {
        Q_OBJECT
        Q_DISABLE_COPY(QtWindowContext)
    public:
        QtWindowContext(QWindow *window, WindowItemDelegatePtr delegate);
        QtWindowContext();
        ~QtWindowContext();
    public:
        bool setup() override;
        bool setup(QObject *host, WindowItemDelegate *delegate) override;
    protected:
        bool eventFilter(QObject *obj, QEvent *event) override;