| 788 | } |
| 789 | |
| 790 | void LightscreenWindow::uploadLast() |
| 791 | { |
| 792 | upload(mLastScreenshot); |
| 793 | updateStatus(); |
| 794 | } |
| 795 | |
| 796 | void LightscreenWindow::uploadProgress(int progress) |
| 797 | { |
nothing calls this directly
no outgoing calls
no test coverage detected