| 441 | } |
| 442 | |
| 443 | void MainWindow::insertRepositoryChanges() |
| 444 | { |
| 445 | EventManager::getInstance().fireInsertRepositoryChangesEvent(InsertRepositoryChangesEvent()); |
| 446 | } |
| 447 | |
| 448 | void MainWindow::reloadRundown() |
| 449 | { |
nothing calls this directly
no test coverage detected