From 83710cb96187d635be1be95ac1a2652c28d695cd Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 12 12月 2023 00:24:14 +0800
Subject: [PATCH] Add example icon

---
 src/core/windowitemdelegate_p.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/core/windowitemdelegate_p.h b/src/core/windowitemdelegate_p.h
index ee47067..584e3ff 100644
--- a/src/core/windowitemdelegate_p.h
+++ b/src/core/windowitemdelegate_p.h
@@ -24,12 +24,13 @@
         // 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;
 
     private:
-        Q_DISABLE_COPY_MOVE(WindowItemDelegate)
+        Q_DISABLE_COPY(WindowItemDelegate)
     };
 
 }

--
Gitblit v1.9.1