Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ setCheckPasswordFunction
Method
setCheckPasswordFunction
core/signatureutils.cpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void CertificateInfo::setCheckPasswordFunction(const std::function<bool(const QString &)> &passwordFunction)
285
{
286
d->checkPasswordFunction = passwordFunction;
287
}
288
289
bool CertificateInfo::isQualified() const
290
{
Callers
1
fromPoppler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected