| 361 | } |
| 362 | |
| 363 | void MainWindow::executeLoad() |
| 364 | { |
| 365 | EventManager::getInstance().fireExecutePlayoutCommandEvent(ExecutePlayoutCommandEvent(QEvent::KeyPress, Qt::Key_F3, Qt::NoModifier)); |
| 366 | } |
| 367 | |
| 368 | void MainWindow::executePause() |
| 369 | { |
nothing calls this directly
no test coverage detected