Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ setIce
Method
setIce
Src/Channel/ICE/ParameterICE.cpp:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void CParameterICE::setIce(bool newBIce)
56
{
57
if (m_bIce == newBIce)
58
return;
59
m_bIce = newBIce;
60
emit sigIceChanged();
61
}
62
63
bool CParameterICE::GetIceDebug() const
64
{
Callers
1
slotAccept
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected