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

Method SetCompressLevel

Plugins/TigerVnc/Client/ParameterVnc.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void CParameterVnc::SetCompressLevel(int newCompressLevel)
237{
238 if(m_nCompressLevel == newCompressLevel)
239 return;
240 m_nCompressLevel = newCompressLevel;
241 SetModified(true);
242}
243
244bool CParameterVnc::GetNoJpeg() const
245{

Callers 2

on_pbOK_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected