| 257 | } |
| 258 | |
| 259 | void EventManager::fireAutoRefreshLibraryEvent(const AutoRefreshLibraryEvent& event) |
| 260 | { |
| 261 | emit autoRefreshLibrary(event); |
| 262 | } |
| 263 | |
| 264 | void EventManager::firePreviewEvent(const PreviewEvent& event) |
| 265 | { |
no outgoing calls
no test coverage detected