MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / uploadLast

Method uploadLast

lightscreenwindow.cpp:790–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790void LightscreenWindow::uploadLast()
791{
792 upload(mLastScreenshot);
793 updateStatus();
794}
795
796void LightscreenWindow::uploadProgress(int progress)
797{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected