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/quick/quickitemdelegate_p.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/quick/quickitemdelegate_p.h b/src/quick/quickitemdelegate_p.h index 482d25f..aaeaf13 100644 --- a/src/quick/quickitemdelegate_p.h +++ b/src/quick/quickitemdelegate_p.h @@ -22,6 +22,7 @@ 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