| 116 | } |
| 117 | |
| 118 | QString protocolString(types::Protocol protocol, uint port) |
| 119 | { |
| 120 | return QObject::tr("Protocol: %1:%2").arg(protocol.toLongString()).arg(port); |
| 121 | } |
| 122 | |
| 123 | QString firewallStateString(bool isFirewallOn, bool isFirewallAlwaysOn) |
| 124 | { |
no test coverage detected