MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / getClientName

Method getClientName

gui/qt/ipc.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73QString InterCom::getClientName() {
74 return m_clientName;
75}
76
77QString InterCom::getServerName() {
78 return m_serverName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected