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

Method SetIce

Plugins/TigerVnc/Client/ParameterVnc.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void CParameterVnc::SetIce(bool newIce)
276{
277 if(m_bIce == newIce)
278 return;
279 m_bIce = newIce;
280 SetModified(true);
281}
282
283const QString &CParameterVnc::GetSignalServer() const
284{

Callers 1

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected