////////////////////////// Overrides //////////////////////////////////////
| 556 | |
| 557 | /////////////////////////////// Overrides ////////////////////////////////////// |
| 558 | void |
| 559 | Application::closeEvent(QCloseEvent *) |
| 560 | { |
| 561 | this->stopCapture(); |
| 562 | } |
| 563 | |
| 564 | //////////////////////////////// Slots ///////////////////////////////////////// |
| 565 | void |
nothing calls this directly
no test coverage detected