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

Method SetPublicKeyFile

Src/ParameterCompone/ParameterUser.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351int CParameterUser::SetPublicKeyFile(const QString szFile)
352{
353 if(m_Data.m_szPublicKeyFile == szFile)
354 return 0;
355 m_Data.m_szPublicKeyFile = szFile;
356 SetModified(true);
357 return 0;
358}
359
360QString CParameterUser::GetPrivateKeyFile() const
361{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected