Zhao Yuhang
2024-01-01 b54e368f16e8bd977fe57fcc738fc6804af076e4
src/core/style/styleagent_p.h
@@ -1,3 +1,6 @@
// Copyright (C) 2023-2024 Stdware Collections
// SPDX-License-Identifier: Apache-2.0
#ifndef STYLEAGENTPRIVATE_H
#define STYLEAGENTPRIVATE_H
@@ -26,10 +29,10 @@
        StyleAgent *q_ptr;
        StyleAgent::SystemTheme systemTheme = StyleAgent::Dark;
        StyleAgent::SystemTheme systemTheme = StyleAgent::Unknown;
        virtual void setupSystemThemeHook();
        virtual void removeSystemThemeHook();
        void setupSystemThemeHook();
        void removeSystemThemeHook();
        void notifyThemeChanged(StyleAgent::SystemTheme theme);
    };