| 182 | } |
| 183 | |
| 184 | void CParameterVnc::SetAutoSelect(bool newAutoSelect) |
| 185 | { |
| 186 | if(m_bAutoSelect == newAutoSelect) |
| 187 | return; |
| 188 | m_bAutoSelect = newAutoSelect; |
| 189 | SetModified(true); |
| 190 | } |
| 191 | |
| 192 | CParameterVnc::COLOR_LEVEL CParameterVnc::GetColorLevel() const |
| 193 | { |
no outgoing calls
no test coverage detected