mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-30 01:38:07 +00:00
Albert fixed poppler, now I can activate the form saving
svn path=/trunk/KDE/kdegraphics/okular/; revision=683267
This commit is contained in:
parent
fa6b376626
commit
3ce672f586
1 changed files with 0 additions and 2 deletions
|
@ -783,7 +783,6 @@ void PagePrivate::saveLocalContents( QDomNode & parentNode, QDomDocument & docum
|
|||
// add forms info if has got any
|
||||
if ( !formfields.isEmpty() )
|
||||
{
|
||||
#if 0
|
||||
// create the formList
|
||||
QDomElement formListElement = document.createElement( "forms" );
|
||||
|
||||
|
@ -808,7 +807,6 @@ void PagePrivate::saveLocalContents( QDomNode & parentNode, QDomDocument & docum
|
|||
// append the annotationList element if annotations have been set
|
||||
if ( formListElement.hasChildNodes() )
|
||||
pageElement.appendChild( formListElement );
|
||||
#endif
|
||||
}
|
||||
|
||||
// append the page element only if has children
|
||||
|
|
Loading…
Reference in a new issue