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

Method optimizationDone

tools/screenshot.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void Screenshot::optimizationDone()
197{
198 if (mOptions.upload) {
199 upload();
200 } else {
201 emit finished();
202 }
203}
204
205void Screenshot::save()
206{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected