[poppler] poppler/qt: poppler-document.cc, 1.6, 1.7 poppler-page-transition.cc, 1.2, 1.3

Albert Astals Cid aacid at freedesktop.org
Wed Jan 18 14:32:15 PST 2006


Update of /cvs/poppler/poppler/qt
In directory gabe:/tmp/cvs-serv28869/qt

Modified Files:
	poppler-document.cc poppler-page-transition.cc 
Log Message:
Brad patch for embedded document extraction, only has Qt4 bindings for now, needs Qt3 and glib work


Index: poppler-document.cc
===================================================================
RCS file: /cvs/poppler/poppler/qt/poppler-document.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- poppler-document.cc	3 Dec 2005 22:20:54 -0000	1.6
+++ poppler-document.cc	18 Jan 2006 22:32:13 -0000	1.7
@@ -24,6 +24,7 @@
 #include <Catalog.h>
 #include <ErrorCodes.h>
 #include <SplashOutputDev.h>
+#include <UGooString.h>
 #include <splash/SplashBitmap.h>
 #include "poppler-private.h"
 

Index: poppler-page-transition.cc
===================================================================
RCS file: /cvs/poppler/poppler/qt/poppler-page-transition.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- poppler-page-transition.cc	10 Jan 2006 21:57:28 -0000	1.2
+++ poppler-page-transition.cc	18 Jan 2006 22:32:13 -0000	1.3
@@ -18,6 +18,7 @@
 
 #include "Object.h"
 #include "Error.h"
+#include "UGooString.h"
 #include "poppler-page-transition.h"
 #include "poppler-page-transition-private.h"
 



More information about the poppler mailing list