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

Method setTurnUser

Src/Channel/ICE/ParameterICE.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void CParameterICE::setTurnUser(const QString &newSzTurnUser)
186{
187 if (m_szTurnUser == newSzTurnUser)
188 return;
189 m_szTurnUser = newSzTurnUser;
190 emit sigTurnUserChanged();
191}
192
193const QString &CParameterICE::getTurnPassword() const
194{

Callers 1

slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected