Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void CParameterNet::SetPort(quint16 port)
57
{
58
if(m_nPort == port)
59
return;
60
m_nPort = port;
61
SetModified(true);
62
}
63
64
int CParameterNet::SetPrompt(const QString szPrompt)
65
{
Callers
5
slotTypeCurrentTextChanged
Method · 0.45
CParameterDatabase
Method · 0.45
CParameterSSH
Method · 0.45
Accept
Method · 0.45
CParameterProxy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected