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

Method upload

lightscreenwindow.cpp:771–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771void LightscreenWindow::upload(const QString &fileName)
772{
773 Uploader::instance()->upload(fileName, Uploader::serviceName(settings()->value("upload/service", 0).toInt()));
774}
775
776void LightscreenWindow::uploadCancel()
777{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected