| 169 | // |
| 170 | |
| 171 | void ScreenshotManager::askConfirmation() |
| 172 | { |
| 173 | Screenshot *s = qobject_cast<Screenshot *>(sender()); |
| 174 | emit confirm(s); |
| 175 | } |
| 176 | |
| 177 | void ScreenshotManager::cleanup() |
| 178 | { |
nothing calls this directly
no outgoing calls
no test coverage detected