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

Class IpCandidate

NetworkGame.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace {
22struct IpCandidate {
23 QString ip;
24 QString label;
25 int priority = 2;
26};
27
28bool isInterfaceUsable(const QNetworkInterface& iface)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected