MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / stopWifiSharing

Method stopWifiSharing

src/client/engine/engine/engine.cpp:437–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void Engine::stopWifiSharing()
438{
439 QMutexLocker locker(&mutex_);
440 WS_ASSERT(bInitialized_);
441 if (bInitialized_)
442 {
443 QMetaObject::invokeMethod(this, "stopWifiSharingImpl");
444 }
445}
446
447void Engine::startProxySharing(const types::ShareProxyGateway &settings)
448{

Callers 3

cleanupImplMethod · 0.45
startWifiSharingImplMethod · 0.45
stopWifiSharingImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected