Skip to content

PDF: Only enable the signatures without page feature with poppler 0.89

Albert Astals Cid requested to merge aacid/okular:fix_pdfsignatures_crash into master

poppler 0.88 is crashy when using the signatures() method.

Use poppler's own version defines to check for 0.89 (since there's no new api added in 0.89 we can't check it like the others)

Merge request reports