From 2d2fc799bc698ebf7e7c8bcc394366d0d7bf071b Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 20 2月 2024 18:18:39 +0800
Subject: [PATCH] Partially finish the bug after window close and reshow

---
 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 1c57c36..75bbf1e 100644
--- a/src/core/windowitemdelegate_p.h
+++ b/src/core/windowitemdelegate_p.h
@@ -49,6 +49,7 @@
         virtual void restoreCursorShape(QObject *host) const = 0;
         virtual void setWindowFlags(QObject *host, Qt::WindowFlags flags) const = 0;
         virtual void setWindowVisible(QObject *host, bool visible) const = 0;
+        virtual void setGeometry(QObject *host, const QRect &rect) = 0;
         virtual void bringWindowToTop(QObject *host) const = 0;
 
     private:

--
Gitblit v1.9.1