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

Method syncMetaToParams

common/themes/theme_editor_dialog.cpp:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void ThemeEditorDialog::syncMetaToParams()
362{
363 auto meta = params["meta"].toObject();
364 meta["displayName"] = nameEdit->text();
365 meta["variant"] = variantCombo->currentData().toString();
366 params["meta"] = meta;
367}
368
369void ThemeEditorDialog::syncMetaFromParams()
370{

Callers

nothing calls this directly

Calls 2

textMethod · 0.80
toStringMethod · 0.80

Tested by

no test coverage detected