MCPcopy Create free account
hub / github.com/YACReader/yacreader / serializeNormalizedThemeJson

Function serializeNormalizedThemeJson

common/themes/theme_json_utils.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47QByteArray serializeNormalizedThemeJson(const QJsonObject &json, QJsonDocument::JsonFormat format)
48{
49 return QJsonDocument(normalizeThemeJson(json)).toJson(format);
50}

Callers 2

saveUserThemeMethod · 0.85
saveToFileMethod · 0.85

Calls 1

normalizeThemeJsonFunction · 0.85

Tested by

no test coverage detected