| 175 | } |
| 176 | |
| 177 | void ScreenshotManager::cleanup() |
| 178 | { |
| 179 | Screenshot *screenshot = qobject_cast<Screenshot *>(sender()); |
| 180 | emit windowCleanup(screenshot->options()); |
| 181 | } |
| 182 | |
| 183 | void ScreenshotManager::finished() |
| 184 | { |
nothing calls this directly
no outgoing calls
no test coverage detected