From 6b2d31247dc2c2804e571b31a71c8a423c1db9d4 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 26 12月 2023 01:44:03 +0800
Subject: [PATCH] Totally fix top border issue on Win10 for QtWidgets

---
 src/core/style/styleagent_p.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/style/styleagent_p.h b/src/core/style/styleagent_p.h
index 966e507..3595a9f 100644
--- a/src/core/style/styleagent_p.h
+++ b/src/core/style/styleagent_p.h
@@ -28,8 +28,8 @@
 
         StyleAgent::SystemTheme systemTheme = StyleAgent::Unknown;
 
-        virtual void setupSystemThemeHook();
-        virtual void removeSystemThemeHook();
+        void setupSystemThemeHook();
+        void removeSystemThemeHook();
 
         void notifyThemeChanged(StyleAgent::SystemTheme theme);
     };

--
Gitblit v1.9.1