Sine Striker
2023-12-21 2f59395b8183b1de62bd0ba83685298d9a7e3271
src/stylesupport/styleagent_p.h
@@ -15,12 +15,16 @@
        StyleAgent *q_ptr;
        StyleAgent::SystemTheme systemTheme = StyleAgent::Dark;
        QHash<QWindow *, QVariantHash> windowAttributes;
        virtual void setupSystemThemeHook();
        virtual void removeSystemThemeHook();
        virtual bool updateWindowAttribute(QWindow *window, const QString &key,
                                           const QVariant &attribute, const QVariant &oldAttribute);
        void notifyThemeChanged(StyleAgent::SystemTheme theme);
    private:
        void _q_windowDestroyed();
    };