From 5078f898257a53295167f22c67005ad1b30d4bf8 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周二, 12 12月 2023 02:53:57 +0800 Subject: [PATCH] Tested MinGW 13.2.0 --- src/quick/quickitemdelegate_p.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/quick/quickitemdelegate_p.h b/src/quick/quickitemdelegate_p.h index 482d25f..6a8bd0d 100644 --- a/src/quick/quickitemdelegate_p.h +++ b/src/quick/quickitemdelegate_p.h @@ -20,8 +20,9 @@ bool isVisible(const QObject *obj) const override; QRect mapGeometryToScene(const QObject *obj) const override; - QWindow * hostWindow(const QObject *host) const override; + QWindow *hostWindow(const QObject *host) const override; bool isHostSizeFixed(const QObject *host) const override; + bool isWindowActive(const QObject *host) const override; }; } -- Gitblit v1.9.1