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

Method SetLogin

Plugins/Telnet/ParameterTelnet.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void CParameterTelnet::SetLogin(const QString &newLogin)
37{
38 if(m_szLogin == newLogin)
39 return;
40 m_szLogin = newLogin;
41 SetModified(true);
42}
43
44QString CParameterTelnet::GetPassword() const
45{

Callers 1

on_pbOK_clickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected