Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2956
bool Document::canSign() const
2957
{
2958
return d->m_generator ? d->m_generator->canSign() : false;
2959
}
2960
2961
const QList<EmbeddedFile *> *Document::embeddedFiles() const
2962
{
Callers
2
sign
Method · 0.45
updateActionState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected