| 429 | } |
| 430 | |
| 431 | void 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 | |
| 439 | void PskReporterMapDialog::restartClient() |
| 440 | { |
nothing calls this directly
no test coverage detected