SineStriker
2025-02-11 e9f790d3533ebaee1f782e91b6e13b2c6375c86a
src/core/contexts/cocoawindowcontext_p.h
@@ -30,13 +30,11 @@
        QVariant windowAttribute(const QString &key) const override;
    protected:
        void winIdChanged() override;
        void winIdChanged(WId winId, WId oldWinId) override;
        bool windowAttributeChanged(const QString &key, const QVariant &attribute,
                                    const QVariant &oldAttribute) override;
    protected:
        WId windowId = 0;
        std::unique_ptr<SharedEventFilter> cocoaWindowEventFilter;
    };