MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / interfaceLabel

Function interfaceLabel

NetworkGame.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59QString interfaceLabel(int priority)
60{
61 switch (priority) {
62 case 0: return QStringLiteral("Wi-Fi");
63 case 1: return QStringLiteral("Ethernet");
64 default: return QStringLiteral("Other");
65 }
66}
67
68QList<IpCandidate> collectIpCandidates()
69{

Callers 1

collectIpCandidatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected