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(); };