From 28f143c5b3c735faa88f9789743729d8933404be Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 周二, 19 12月 2023 19:40:17 +0800
Subject: [PATCH] add win32 raise window

---
 src/core/kernel/systemwindow_p.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/core/kernel/systemwindow_p.h b/src/core/kernel/systemwindow_p.h
index d6eb2c8..567b993 100644
--- a/src/core/kernel/systemwindow_p.h
+++ b/src/core/kernel/systemwindow_p.h
@@ -1,6 +1,15 @@
 #ifndef SYSTEMWINDOW_P_H
 #define SYSTEMWINDOW_P_H
 
+//
+//  W A R N I N G !!!
+//  -----------------
+//
+// This file is not part of the QWindowKit API. It is used purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or may even be removed.
+//
+
 #include <QtGui/QWindow>
 #include <QtGui/QMouseEvent>
 

--
Gitblit v1.9.1