From f79b4c3ef8fae15e1bce56e4443caa76a9e2b00a Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: ćšć, 10 4æ 2025 11:26:28 +0800 Subject: [PATCH] update qmsetup --- src/core/style/styleagent_p.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/core/style/styleagent_p.h b/src/core/style/styleagent_p.h index 966e507..0ee6500 100644 --- a/src/core/style/styleagent_p.h +++ b/src/core/style/styleagent_p.h @@ -1,3 +1,7 @@ +// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware) +// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) +// SPDX-License-Identifier: Apache-2.0 + #ifndef STYLEAGENTPRIVATE_H #define STYLEAGENTPRIVATE_H @@ -28,8 +32,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