SineStriker
2024-07-28 f44042bff145a0c5dcea04852ca5a8424477cf50
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);
    };