[poppler] Branch 'poppler-0.18' - qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Nov 21 14:41:08 PST 2011


 qt4/src/poppler-private.h |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f7d79774460697ca5665eb8b711a7bae0d2eacfc
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Nov 21 23:40:12 2011 +0100

    qt4: Include QFile
    
    We use it and the include is not there, WAndre reported it did not compile for him without it

diff --git a/qt4/src/poppler-private.h b/qt4/src/poppler-private.h
index 36af055..b4383d8 100644
--- a/qt4/src/poppler-private.h
+++ b/qt4/src/poppler-private.h
@@ -27,6 +27,7 @@
 #ifndef _POPPLER_PRIVATE_H_
 #define _POPPLER_PRIVATE_H_
 
+#include <QtCore/QFile>
 #include <QtCore/QPointer>
 #include <QtCore/QVector>
 


More information about the poppler mailing list