From 6945a197490e7aa0113bca1f9a13019a27b5d8eb Mon Sep 17 00:00:00 2001
From: Joker <joker2387089590@gmail.com>
Date: 周三, 18 6月 2025 23:10:25 +0800
Subject: [PATCH] change submodule url

---
 src/quick/quickwindowagent_p.h |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/quick/quickwindowagent_p.h b/src/quick/quickwindowagent_p.h
index 8919bdb..ec0042d 100644
--- a/src/quick/quickwindowagent_p.h
+++ b/src/quick/quickwindowagent_p.h
@@ -1,3 +1,7 @@
+// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
+// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
+// SPDX-License-Identifier: Apache-2.0
+
 #ifndef QUICKWINDOWAGENTPRIVATE_H
 #define QUICKWINDOWAGENTPRIVATE_H
 
@@ -27,11 +31,16 @@
         // Host
         QQuickWindow *hostWindow{};
 
-#if defined(Q_OS_WINDOWS) && QWINDOWKIT_CONFIG(ENABLE_WINDOWS_SYSTEM_BORDER)
+#ifdef Q_OS_MAC
+        QQuickItem *systemButtonAreaItem{};
+        std::unique_ptr<QObject> systemButtonAreaItemHandler;
+#endif
+
+#if defined(Q_OS_WINDOWS) && QWINDOWKIT_CONFIG(ENABLE_WINDOWS_SYSTEM_BORDERS)
         void setupWindows10BorderWorkaround();
 #endif
     };
 
 }
 
-#endif // QUICKWINDOWAGENTPRIVATE_H
\ No newline at end of file
+#endif // QUICKWINDOWAGENTPRIVATE_H

--
Gitblit v1.9.1