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

Method setPassword

Service/ParameterService.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void CParameterService::setPassword(const QString &newPassword)
69{
70 if (m_szPassword == newPassword)
71 return;
72 m_szPassword = newPassword;
73 emit PasswordChanged();
74}

Callers 9

OpenMethod · 0.80
OpenMySqlDatabaseMethod · 0.80
slotAcceptMethod · 0.80
slotAcceptMethod · 0.80
slotAcceptMethod · 0.80
SocketInitMethod · 0.80
slotAcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected