| 181 | } |
| 182 | |
| 183 | void ScreenshotManager::finished() |
| 184 | { |
| 185 | Screenshot *screenshot = qobject_cast<Screenshot *>(sender()); |
| 186 | mScreenshots.removeOne(screenshot); |
| 187 | emit activeCountChange(); |
| 188 | screenshot->deleteLater(); |
| 189 | } |
| 190 | |
| 191 | void ScreenshotManager::take(Screenshot::Options &options) |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected