MCPcopy Create free account
hub / github.com/deskflow/deskflow / correctedAddress

Method correctedAddress

src/lib/gui/core/CoreProcess.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519#endif
520
521QString CoreProcess::correctedAddress(const QString &address) const
522{
523 return wrapIpv6(address.simplified());
524}
525
526QString CoreProcess::requestDaemonLogPath()
527{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected