MCPcopy 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
55void CParameterICE::setIce(bool newBIce)
56{
57 if (m_bIce == newBIce)
58 return;
59 m_bIce = newBIce;
60 emit sigIceChanged();
61}
62
63bool CParameterICE::GetIceDebug() const
64{

Callers 1

slotAcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected