From b1cc4e7de641a9e6ef866744d7775d45813bad8d Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 11 12月 2023 23:47:11 +0800 Subject: [PATCH] clean codes --- src/core/windowitemdelegate_p.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/core/windowitemdelegate_p.h b/src/core/windowitemdelegate_p.h index ee47067..67bd19b 100644 --- a/src/core/windowitemdelegate_p.h +++ b/src/core/windowitemdelegate_p.h @@ -24,6 +24,7 @@ // Host property query virtual QWindow *hostWindow(const QObject *host) const = 0; virtual bool isHostSizeFixed(const QObject *host) const = 0; + virtual bool isWindowActive(const QObject *host) const = 0; // Callbacks virtual void resetQtGrabbedControl() const; -- Gitblit v1.9.1