| 194 | } |
| 195 | |
| 196 | void Screenshot::optimizationDone() |
| 197 | { |
| 198 | if (mOptions.upload) { |
| 199 | upload(); |
| 200 | } else { |
| 201 | emit finished(); |
| 202 | } |
| 203 | } |
| 204 | |
| 205 | void Screenshot::save() |
| 206 | { |
nothing calls this directly
no outgoing calls
no test coverage detected