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

Function writePskSetting

src/gui/PskReporterMapDialog.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void writePskSetting(const QString& field, const QJsonValue& value)
44{
45 QJsonObject obj = pskSettings();
46 obj.insert(field, value);
47 AppSettings::instance().setValue(
48 kSettingsKey,
49 QString::fromUtf8(QJsonDocument(obj).toJson(QJsonDocument::Compact)));
50}
51
52// Normalize a PSK Reporter / ADIF mode string to one of the selector's
53// mode groups.

Callers 3

PskReporterMapDialogMethod · 0.85
onIntervalChangedMethod · 0.85
onLookbackChangedMethod · 0.85

Calls 2

pskSettingsFunction · 0.85
setValueMethod · 0.45

Tested by

no test coverage detected