From 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周一, 25 12月 2023 00:59:34 +0800
Subject: [PATCH] Test on MinGW

---
 src/widgets/widgetwindowagent_win.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/widgets/widgetwindowagent_win.cpp b/src/widgets/widgetwindowagent_win.cpp
index 173304f..dc35a17 100644
--- a/src/widgets/widgetwindowagent_win.cpp
+++ b/src/widgets/widgetwindowagent_win.cpp
@@ -90,7 +90,7 @@
                     // Friend class helping to call `event`
                     class HackedWidget : public QWidget {
                     public:
-                        friend class WidgetBorderHandler;
+                        friend class QWK::WidgetBorderHandler;
                     };
 
                     // Let the widget paint first

--
Gitblit v1.9.1