| 524 | } |
| 525 | |
| 526 | void |
| 527 | Application::onAnalyzerReadError(void) |
| 528 | { |
| 529 | (void) QMessageBox::critical( |
| 530 | this, |
| 531 | "Source error", |
| 532 | "Capture stopped due to source read error. Last errors were:<p /><pre>" |
| 533 | + getLogText() |
| 534 | + "</pre>", |
| 535 | QMessageBox::Ok); |
| 536 | |
| 537 | this->orderedHalt(); |
| 538 | } |
| 539 | |
| 540 | Application::~Application() |
| 541 | { |
nothing calls this directly
no test coverage detected