| 55 | } |
| 56 | |
| 57 | void StyleSettings::parseThemeInfo(const QJsonObject &obj) |
| 58 | { |
| 59 | parseThemeInfo(Theme::get()->Light, obj); |
| 60 | parseThemeInfo(Theme::get()->Dark, obj); |
| 61 | } |
| 62 | |
| 63 | void StyleSettings::parseThemeInfo(const QString &theme, const QJsonObject &obj) |
| 64 | { |