From 46285db399f75154ad6c451e12f2cae2e59ace25 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周日, 24 12月 2023 23:52:03 +0800
Subject: [PATCH] Use brilliant workaround to show Windows 10 top border

---
 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