| 54 | } |
| 55 | |
| 56 | void UiProgressSink::end() |
| 57 | { |
| 58 | // No-op: the batch active flag is lowered by the TransferJob once the whole |
| 59 | // batch finishes, not after each save's file run. |
| 60 | } |
| 61 | |
| 62 | bool UiProgressSink::cancelled() const |
| 63 | { |
no outgoing calls
no test coverage detected