From 0586c98f90866e4bc9f0dfe73aefb0a07c56697e Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 12 12月 2023 15:44:14 +0800
Subject: [PATCH] Add win10 border handler

---
 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