[poppler] poppler/qt: poppler-qt.h,1.6,1.7

Kristian Hogsberg krh at freedesktop.org
Thu Jun 2 12:14:47 PDT 2005


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

Modified Files:
	poppler-qt.h 
Log Message:
2005-06-02  Kristian Høgsberg  <krh at redhat.com>

        * poppler/TextOutputDev.h:
        * qt/poppler-qt.h: Patch from Stanislav Brabec <sbrabec at suse.cz>
        to fix gcc 4.0.1 warnings on undeclared friend classes.

        * test/gtk-splash-test.cc: Fix from Martin Kretzschmar
        <martink at gnome.org> to compile with OPI enabled (#2911).


Index: poppler-qt.h
===================================================================
RCS file: /cvs/poppler/poppler/qt/poppler-qt.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- poppler-qt.h	30 Apr 2005 19:53:57 -0000	1.6
+++ poppler-qt.h	2 Jun 2005 19:14:45 -0000	1.7
@@ -25,6 +25,8 @@
 
 namespace Poppler {
 
+class Document;
+
 /* A rectangle on a page, with coordinates in PDF points. */
 class Rectangle
 {



More information about the poppler mailing list