Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
63547acd
Commit
63547acd
authored
Apr 03, 2012
by
Tobias Koenig
Browse files
Fix compilation for older poppler versions
parent
4639ded3
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/poppler/generator_pdf.cpp
View file @
63547acd
...
...
@@ -55,7 +55,9 @@
Q_DECLARE_METATYPE
(
Poppler
::
Annotation
*
)
Q_DECLARE_METATYPE
(
Poppler
::
FontInfo
)
#ifdef HAVE_POPPLER_0_20
Q_DECLARE_METATYPE
(
const
Poppler
::
LinkMovie
*
)
#endif
static
const
int
PDFDebug
=
4710
;
static
const
int
defaultPageWidth
=
595
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment