Home
last modified time | relevance | path

Searched refs:canAddAnnotationsNatively (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument_p.h168 bool canAddAnnotationsNatively() const; in Q_DECLARE_FLAGS()
H A Ddocument.cpp3385 bool DocumentPrivate::canAddAnnotationsNatively() const in canAddAnnotationsNatively() function in DocumentPrivate
4583 return d->canAddAnnotationsNatively(); in canSaveChanges()
4808 if (d->canAddAnnotationsNatively() || canSaveChanges(SaveFormsCapability)) { in saveDocumentArchive()
4819 annotationsSavedNatively = d->canAddAnnotationsNatively(); in saveDocumentArchive()