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

Method SetPrivateKeyFile

Src/ParameterCompone/ParameterUser.cpp:365–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365int CParameterUser::SetPrivateKeyFile(const QString szFile)
366{
367 if(m_Data.m_szPrivateKeyFile == szFile)
368 return 0;
369 m_Data.m_szPrivateKeyFile = szFile;
370 SetModified(true);
371 return 0;
372}
373
374QString CParameterUser::GetCAFile() const
375{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected