From b49663c490141b75605eafa381f6c9e2c736147d Mon Sep 17 00:00:00 2001
From: SineStriker <trueful@163.com>
Date: 周三, 13 12月 2023 20:54:09 +0800
Subject: [PATCH] Fix mac

---
 src/core/contexts/win32windowcontext.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/core/contexts/win32windowcontext.cpp b/src/core/contexts/win32windowcontext.cpp
index 2fc72b0..3f0ac32 100644
--- a/src/core/contexts/win32windowcontext.cpp
+++ b/src/core/contexts/win32windowcontext.cpp
@@ -84,7 +84,7 @@
     // ### FIXME: Tell the user to call in the documentation, instead of automatically
     // calling it directly.
     // ### FIXME FIXME FIXME
-    static struct QWK_Hook {
+    static const struct QWK_Hook {
         QWK_Hook() {
             qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
         }

--
Gitblit v1.9.1