MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetServerName

Method SetServerName

Src/ParameterCompone/ParameterBase.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void CParameterBase::SetServerName(const QString& szName)
85{
86 if(m_szServerName == szName)
87 return;
88 m_szServerName = szName;
89 SetModified(true);
90}
91
92bool CParameterBase::GetShowServerName() const
93{

Callers 1

slotSetServerNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected