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

Method firewallOffImpl

src/client/engine/engine/engine.cpp:1236–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234}
1235
1236void Engine::firewallOffImpl()
1237{
1238 firewallController_->firewallOff();
1239 emit firewallStateChanged(false);
1240 updateFirewallOnBoot();
1241}
1242
1243void Engine::speedRatingImpl(int rating, const QString &localExternalIp)
1244{

Callers

nothing calls this directly

Calls 1

firewallOffMethod · 0.45

Tested by

no test coverage detected