wip
Yuhang Zhao
2023-12-04 d76629aac83bb279512b84be8a5b3f62b1800278
src/quick/quickitemdelegate_p.h
@@ -12,13 +12,14 @@
    class QWK_QUICK_EXPORT QuickItemDelegate : public WindowItemDelegate {
    public:
        QuickItemDelegate();
        ~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;
    };
}