From 7d747f3bb139d2c01aee61b809d0929e8e908a2d Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周六, 23 12月 2023 17:41:00 +0800 Subject: [PATCH] update qmsetup --- 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