From b0249aebbacf71eee27e77c766ccb3dc33693b11 Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周日, 10 12月 2023 13:54:14 +0800 Subject: [PATCH] a little simplify --- src/widgets/widgetitemdelegate_p.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/widgets/widgetitemdelegate_p.h b/src/widgets/widgetitemdelegate_p.h index e5264e9..1056f35 100644 --- a/src/widgets/widgetitemdelegate_p.h +++ b/src/widgets/widgetitemdelegate_p.h @@ -23,7 +23,7 @@ QWindow * hostWindow(const QObject *host) const override; bool isHostSizeFixed(const QObject *host) const override; - bool resetQtGrabbedControl() const override; + void resetQtGrabbedControl() const override; }; } -- Gitblit v1.9.1