Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poppler
poppler
Commits
8e2a2497
Commit
8e2a2497
authored
Apr 16, 2007
by
Albert Astals Cid
Browse files
commit here too to ease merging
parent
d01257e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
qt4/src/poppler-private.h
View file @
8e2a2497
...
...
@@ -31,6 +31,7 @@
#if defined(HAVE_SPLASH)
#include
<SplashOutputDev.h>
#endif
#include
<QtCore/QVariant>
class
FormWidget
;
...
...
@@ -218,7 +219,9 @@ namespace Poppler {
item
.
setAttribute
(
"ExternalFileName"
,
g2
->
getFileName
()
->
getCString
()
);
}
}
item
.
setAttribute
(
"Open"
,
QVariant
(
(
bool
)
outlineItem
->
isOpen
()
).
toString
()
);
// 3. recursively descend over children
outlineItem
->
open
();
GooList
*
children
=
outlineItem
->
getKids
();
...
...
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