Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void 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_clicked
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected