| 147 | } |
| 148 | |
| 149 | void Screenshot::confirmation() |
| 150 | { |
| 151 | emit askConfirmation(); |
| 152 | |
| 153 | if (mOptions.file) { |
| 154 | unloadPixmap(); |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | void Screenshot::discard() |
| 159 | { |
nothing calls this directly
no outgoing calls
no test coverage detected