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

Method SetIceDebug

Src/Channel/ICE/ParameterICE.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CParameterICE::SetIceDebug(bool newIceDebug)
69{
70 if(m_bIceDebug == newIceDebug)
71 return;
72 m_bIceDebug = newIceDebug;
73 emit sigIceDebugChanged(m_bIceDebug);
74}
75
76const QString &CParameterICE::getSignalServer() const
77{

Callers 1

slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected