Zhao Yuhang
2023-12-09 651805739be12125295d992c3e6ae00b6bef9fe2
src/widgets/widgetitemdelegate_p.h
@@ -15,15 +15,15 @@
        ~WidgetItemDelegate() override;
    public:
        QWindow *window(QObject *obj) const override;
        bool isEnabled(QObject *obj) const override;
        bool isVisible(QObject *obj) const override;
        QWindow *window(const QObject *obj) const override;
        bool isEnabled(const QObject *obj) const override;
        bool isVisible(const QObject *obj) const override;
        QRect mapGeometryToScene(const QObject *obj) const override;
        QWindow * hostWindow(QObject *host) const override;
        bool isHostSizeFixed(QObject *host) const override;
        QWindow * hostWindow(const QObject *host) const override;
        bool isHostSizeFixed(const QObject *host) const override;
        bool resetQtGrabbedControl() const override;
        void resetQtGrabbedControl() const override;
    };
}