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

Method SetHost

Src/ParameterCompone/ParameterNet.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void CParameterNet::SetHost(const QString& host)
43{
44 if (m_szHost == host)
45 return;
46 m_szHost = host;
47 SetModified(true);
48 emit sigHostChanged(m_szHost);
49}
50
51const quint16 CParameterNet::GetPort() const
52{

Callers 4

AcceptMethod · 0.80
AcceptMethod · 0.80
setDataMethod · 0.80
Q_LOGGING_CATEGORYFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected