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