MCPcopy Create free account
hub / github.com/KDE/okular / canSign

Method canSign

core/document.cpp:2956–2959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2954}
2955
2956bool Document::canSign() const
2957{
2958 return d->m_generator ? d->m_generator->canSign() : false;
2959}
2960
2961const QList<EmbeddedFile *> *Document::embeddedFiles() const
2962{

Callers 2

signMethod · 0.45
updateActionStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected