MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / write

Method write

src/gui/Ax25HfPacketDecodeDialog.cpp:499–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499void TncSettings::write(const QJsonObject& o)
500{
501 auto& s = AppSettings::instance();
502 s.setValue(kTncSettingsKey,
503 QString::fromUtf8(
504 QJsonDocument(o).toJson(QJsonDocument::Compact)));
505 s.save();
506}
507
508void TncSettings::setEnabled(bool on)
509{

Callers 6

probeRadioMethod · 0.45
onExportMethod · 0.45
writeMonoFloatWavFunction · 0.45
onExportMethod · 0.45
persistNetScheduleMethod · 0.45
exportJsonMethod · 0.45

Calls 2

setValueMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected