Sine Striker
2023-12-05 3cfe15a9c3db0993d8b8fef5d148625840e5a75c
src/quick/quickitemdelegate_p.h
@@ -10,17 +10,18 @@
namespace QWK {
    class QWK_QUICK_EXPORT QuickItemDelegate : public WindowItemDelegate {
        Q_DISABLE_COPY(QuickItemDelegate)
    public:
        QuickItemDelegate();
        ~QuickItemDelegate() override;
    public:
        QWindow *window(QObject *obj) const override;
        bool isEnabled(QObject *obj) const override;
        bool isVisible(QObject *obj) const override;
        QRect mapGeometryToScene(const QObject *obj) const override;
        QWindow * hostWindow(QObject *host) const override;
        bool isHostSizeFixed(QObject *host) const override;
    };
}