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

Method onIntervalChanged

src/gui/PskReporterMapDialog.cpp:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void PskReporterMapDialog::onIntervalChanged(int index)
425{
426 const int intervalMs = m_intervalCombo->itemData(index).toInt();
427 writePskSetting("updateIntervalMs", intervalMs);
428 restartClient();
429}
430
431void PskReporterMapDialog::onLookbackChanged(int index)
432{

Callers

nothing calls this directly

Calls 1

writePskSettingFunction · 0.85

Tested by

no test coverage detected