| 466 | } |
| 467 | |
| 468 | void MainWindow::StopAnimation() |
| 469 | { |
| 470 | // The player will go black after stopping |
| 471 | // I have no idea about this, so let's hide the widget here as a workaround |
| 472 | _videoWidget->hide(); |
| 473 | |
| 474 | _isAnimationPlaying = false; |
| 475 | _mediaPlayer->stop(); |
| 476 | } |
| 477 | |
| 478 | void MainWindow::BindDevice() |
| 479 | { |
nothing calls this directly
no outgoing calls
no test coverage detected