|
|
|
@ -524,13 +524,13 @@ Okular::Action* createLinkFromPopplerLink(const Poppler::Link *popplerLink, bool |
|
|
|
break; |
|
|
|
break; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
case Poppler::Link::OCGState: |
|
|
|
|
|
|
|
#ifdef HAVE_POPPLER_0_50 |
|
|
|
#ifdef HAVE_POPPLER_0_50 |
|
|
|
|
|
|
|
case Poppler::Link::OCGState: |
|
|
|
link = new Okular::BackendOpaqueAction(); |
|
|
|
link = new Okular::BackendOpaqueAction(); |
|
|
|
link->setNativeId( QVariant::fromValue( static_cast<const Poppler::LinkOCGState*>( popplerLink ) ) ); |
|
|
|
link->setNativeId( QVariant::fromValue( static_cast<const Poppler::LinkOCGState*>( popplerLink ) ) ); |
|
|
|
deletePopplerLink = false; |
|
|
|
deletePopplerLink = false; |
|
|
|
#endif |
|
|
|
|
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
#endif |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_POPPLER_0_64 |
|
|
|
#ifdef HAVE_POPPLER_0_64 |
|
|
|
|