MCPcopy Create free account
hub / github.com/KDE/kdevelop / contextSslClientCertPwPrompt

Method contextSslClientCertPwPrompt

plugins/subversion/svninternaljobbase.cpp:273–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273bool SvnInternalJobBase::contextSslClientCertPwPrompt( std::string& pw, const std::string& realm,
274 bool& maySave )
275{
276 Q_UNUSED(pw);
277 Q_UNUSED(maySave);
278 emit needSslClientCertPassword( QString::fromUtf8( realm.c_str() ) );
279 m_guiSemaphore.acquire( 1 );
280 return false;
281}
282
283bool SvnInternalJobBase::success() const
284{

Callers 1

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected