Sine Striker
2024-02-20 4d193ef7c61fb4800868f150be6a0bb04b725463
src/core/windowitemdelegate_p.h
@@ -49,6 +49,7 @@
        virtual void restoreCursorShape(QObject *host) const = 0;
        virtual void setWindowFlags(QObject *host, Qt::WindowFlags flags) const = 0;
        virtual void setWindowVisible(QObject *host, bool visible) const = 0;
        virtual void setGeometry(QObject *host, const QRect &rect) = 0;
        virtual void bringWindowToTop(QObject *host) const = 0;
    private: