MCPcopy 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
284void CertificateInfo::setCheckPasswordFunction(const std::function<bool(const QString &)> &passwordFunction)
285{
286 d->checkPasswordFunction = passwordFunction;
287}
288
289bool CertificateInfo::isQualified() const
290{

Callers 1

fromPopplerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected