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

Method SetPassphrase

Src/ParameterCompone/ParameterUser.cpp:323–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323int CParameterUser::SetPassphrase(const QString passphrase)
324{
325 if(m_Data.m_szPassphrase == passphrase)
326 return 0;
327 m_Data.m_szPassphrase = passphrase;
328 SetModified(true);
329 return 0;
330}
331
332bool CParameterUser::GetSavePassphrase() const
333{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected