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

Method firewallOff

src/client/engine/engine/engine.cpp:312–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312bool Engine::firewallOff()
313{
314 QMutexLocker locker(&mutex_);
315 WS_ASSERT(bInitialized_);
316 QMetaObject::invokeMethod(this, "firewallOffImpl");
317 return true;
318}
319
320void Engine::connectClick(const LocationID &locationId, const types::ConnectionSettings &connectionSettings, const QPair<QString, QString> &pinnedNode)
321{

Callers 5

cleanupImplMethod · 0.45
firewallOffImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected