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

Method instance

tools/uploader/uploader.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33Uploader *Uploader::instance()
34{
35 if (!mInstance) {
36 mInstance = new Uploader();
37 }
38
39 return mInstance;
40}
41
42QNetworkAccessManager *Uploader::network()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected