| 519 | #endif |
| 520 | |
| 521 | QString CoreProcess::correctedAddress(const QString &address) const |
| 522 | { |
| 523 | return wrapIpv6(address.simplified()); |
| 524 | } |
| 525 | |
| 526 | QString CoreProcess::requestDaemonLogPath() |
| 527 | { |
nothing calls this directly
no outgoing calls
no test coverage detected