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

Method SetPreferredEncoding

Plugins/TigerVnc/Client/ParameterVnc.cpp:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void CParameterVnc::SetPreferredEncoding(int newEncoding)
211{
212 if(m_nPreferredEncoding == newEncoding)
213 return;
214 m_nPreferredEncoding = newEncoding;
215 SetModified(true);
216}
217
218bool CParameterVnc::GetEnableCompressLevel() const
219{

Callers 1

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected