| 475 | } |
| 476 | |
| 477 | void |
| 478 | Application::onAnalyzerEos(void) |
| 479 | { |
| 480 | (void) QMessageBox::information( |
| 481 | this, |
| 482 | "End of stream", |
| 483 | "Capture interrupted due to stream end:<p /><pre>" |
| 484 | + getLogText() |
| 485 | + "</pre>", |
| 486 | QMessageBox::Ok); |
| 487 | |
| 488 | this->orderedHalt(); |
| 489 | } |
| 490 | |
| 491 | void |
| 492 | Application::onPSDMessage(const Suscan::PSDMessage &msg) |
nothing calls this directly
no test coverage detected