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

Method uploadDone

tools/screenshot.cpp:345–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345void Screenshot::uploadDone(const QString &url)
346{
347 if (mOptions.urlClipboard && !url.isEmpty()) {
348 QApplication::clipboard()->setText(url, QClipboard::Clipboard);
349 }
350
351 emit finished();
352}
353
354void Screenshot::refresh()
355{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected