MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / RefreshExportText

Method RefreshExportText

lib/macro/macro-export-import-dialog.cpp:274–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void MacroExportImportDialog::RefreshExportText()
275{
276 const QString json = BuildExportJson();
277 if (usePlainText) {
278 _importExportString->setPlainText(json);
279 } else {
280 _importExportString->setPlainText(compressMacroString(json));
281 }
282}
283
284void MacroExportImportDialog::UpdateExportString()
285{

Callers

nothing calls this directly

Calls 2

compressMacroStringFunction · 0.85
setPlainTextMethod · 0.80

Tested by

no test coverage detected