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