[poppler] poppler/qt4/src: poppler-private.h,1.22.2.1,1.22.2.2

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Apr 16 14:26:25 PDT 2007


Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv30403/qt4/src

Modified Files:
      Tag: xpdf302merge
	poppler-private.h 
Log Message:
commit here too to ease merging


Index: poppler-private.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-private.h,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- poppler-private.h	6 Apr 2007 14:22:23 -0000	1.22.2.1
+++ poppler-private.h	16 Apr 2007 21:26:23 -0000	1.22.2.2
@@ -31,6 +31,7 @@
 #if defined(HAVE_SPLASH)
 #include <SplashOutputDev.h>
 #endif
+#include <QtCore/QVariant>
 
 class FormWidget;
 
@@ -218,7 +219,9 @@
 					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();



More information about the poppler mailing list