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

Method onLookbackChanged

src/gui/PskReporterMapDialog.cpp:431–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void PskReporterMapDialog::onLookbackChanged(int index)
432{
433 // Persist immediately; defer the (networked) client update so rapid
434 // toggling coalesces into one query.
435 writePskSetting("lookbackSec", m_lookbackCombo->itemData(index).toInt());
436 m_lookbackDebounce->start();
437}
438
439void PskReporterMapDialog::restartClient()
440{

Callers

nothing calls this directly

Calls 2

writePskSettingFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected