| 27 | } |
| 28 | |
| 29 | void EventManager::fireInsertRepositoryChangesEvent(const InsertRepositoryChangesEvent& event) |
| 30 | { |
| 31 | emit insertRepositoryChanges(event); |
| 32 | } |
| 33 | |
| 34 | void EventManager::fireRepositoryRundownEvent(const RepositoryRundownEvent& event) |
| 35 | { |
no outgoing calls
no test coverage detected