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

Method setAnnotationEditingEnabled

core/document.cpp:5451–5455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5449}
5450
5451void Document::setAnnotationEditingEnabled(bool enable)
5452{
5453 d->m_annotationEditingEnabled = enable;
5454 foreachObserver(notifySetup(d->m_pagesVector, 0));
5455}
5456
5457void Document::walletDataForFile(const QString &fileName, QString *walletName, QString *walletFolder, QString *walletKey) const
5458{

Callers 1

setReadWriteMethod · 0.80

Calls 1

notifySetupFunction · 0.85

Tested by

no test coverage detected