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

Method SetEncryptKey

Src/ParameterCompone/ParameterPlugin.cpp:217–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void CParameterPlugin::SetEncryptKey(const QString &newPassword)
218{
219 if (m_szEncryptKey == newPassword)
220 return;
221 m_szEncryptKey = newPassword;
222 SetModified(true);
223 emit sigEncryptKeyChanged();
224}
225
226const bool &CParameterPlugin::GetSavePassword() const
227{

Callers 3

LoadPasswordMethod · 0.80
SavePasswordMethod · 0.80
AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected