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