Yuhang Zhao
2023-12-06 6b60869385137ec71e7bb91db76016f45eb711e1
src/widgets/widgetitemdelegate_p.h
@@ -16,11 +16,13 @@
    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;
        bool resetQtGrabbedControl() const override;
    };