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

Method upload

tools/screenshot.cpp:334–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void Screenshot::upload()
335{
336 if (mOptions.file) {
337 Uploader::instance()->upload(mOptions.fileName, mOptions.uploadService);
338 } else if (unloadPixmap()) {
339 Uploader::instance()->upload(mUnloadFilename, mOptions.uploadService);
340 } else {
341 emit finished();
342 }
343}
344
345void Screenshot::uploadDone(const QString &url)
346{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected