Merge remote-tracking branch 'origin/Applications/15.08'

This commit is contained in:
Albert Astals Cid 2015-07-30 10:50:40 +02:00
commit 6195d6b7f5
2 changed files with 2 additions and 0 deletions

View file

@ -3293,6 +3293,7 @@ bool Document::canRemovePageAnnotation( const Annotation * annotation ) const
case Annotation::AHighlight:
case Annotation::AStamp:
case Annotation::AInk:
case Annotation::ACaret:
return true;
default:
return false;

View file

@ -341,6 +341,7 @@ Okular::Annotation* createAnnotationFromPopplerAnnotation( Poppler::Annotation *
case Poppler::Annotation::AGeom:
case Poppler::Annotation::AHighlight:
case Poppler::Annotation::AInk:
case Poppler::Annotation::ACaret:
{
externallyDrawn = true;
/* fallback */