Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Nestler
poppler
Commits
9fcd46ac
Commit
9fcd46ac
authored
Apr 05, 2014
by
Pino Toscano
Browse files
qt4/qt5: remove extra qDebug
parent
37286ee2
Changes
2
Hide whitespace changes
Inline
Side-by-side
qt4/src/poppler-optcontent.cc
View file @
9fcd46ac
...
...
@@ -171,7 +171,6 @@ namespace Poppler
QMapIterator
<
QString
,
OptContentItem
*>
i
(
m_optContentItems
);
while
(
i
.
hasNext
()
)
{
i
.
next
();
qDebug
()
<<
"iterator"
<<
i
.
key
()
<<
":"
<<
i
.
value
();
addChild
(
m_rootNode
,
i
.
value
()
);
}
}
else
{
...
...
qt5/src/poppler-optcontent.cc
View file @
9fcd46ac
...
...
@@ -171,7 +171,6 @@ namespace Poppler
QMapIterator
<
QString
,
OptContentItem
*>
i
(
m_optContentItems
);
while
(
i
.
hasNext
()
)
{
i
.
next
();
qDebug
()
<<
"iterator"
<<
i
.
key
()
<<
":"
<<
i
.
value
();
addChild
(
m_rootNode
,
i
.
value
()
);
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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