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

Method SetPort

Src/ParameterCompone/ParameterNet.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CParameterNet::SetPort(quint16 port)
57{
58 if(m_nPort == port)
59 return;
60 m_nPort = port;
61 SetModified(true);
62}
63
64int CParameterNet::SetPrompt(const QString szPrompt)
65{

Callers 5

CParameterDatabaseMethod · 0.45
CParameterSSHMethod · 0.45
AcceptMethod · 0.45
CParameterProxyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected