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

Method SetSecurity

Plugins/FreeRDP/Client/ParameterFreeRDP.cpp:357–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void CParameterFreeRDP::SetSecurity(Security newSecurity)
358{
359 if(m_Security == newSecurity)
360 return;
361 m_Security = newSecurity;
362 SetModified(true);
363}
364
365void CParameterFreeRDP::SetDomain(const QString& szDomain)
366{

Callers 1

on_pbOk_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected