Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ setPort
Method
setPort
Service/ParameterService.cpp:42–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void CParameterService::setPort(quint16 newPort)
43
{
44
if (m_nPort == newPort)
45
return;
46
m_nPort = newPort;
47
emit PortChanged();
48
}
49
50
bool CParameterService::getEnable() const
51
{
Callers
9
Open
Method · 0.80
OpenMySqlDatabase
Method · 0.80
slotAccept
Method · 0.80
slotCopyUrlToClipboard
Method · 0.80
slotAccept
Method · 0.80
Start
Method · 0.80
slotAccept
Method · 0.80
SocketInit
Method · 0.80
slotAccept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected