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

Method SetPassword

Plugins/Telnet/ParameterTelnet.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CParameterTelnet::SetPassword(const QString &newPassword)
50{
51 if(m_szPassword == newPassword)
52 return;
53 m_szPassword = newPassword;
54 SetModified(true);
55}

Callers 1

on_pbOK_clickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected