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

Method serverSetup

gui/qt/ipc.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void InterCom::serverSetup(const QString &name) {
70 m_serverName = "cemu-" + name;
71}
72
73QString InterCom::getClientName() {
74 return m_clientName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected