[poppler] poppler/qt4/src: poppler-qt4.h,1.25,1.26
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Mar 14 11:34:12 PST 2006
Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv24302/qt4/src
Modified Files:
poppler-qt4.h
Log Message:
* qt4/src/poppler-qt4.h: Fix compilation with gcc4.1, patch by Michael Olbrich
Index: poppler-qt4.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-qt4.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- poppler-qt4.h 11 Mar 2006 15:19:02 -0000 1.25
+++ poppler-qt4.h 14 Mar 2006 19:34:10 -0000 1.26
@@ -405,9 +405,9 @@
\warning The application owns the pointer to Document, and this should
be deleted when no longer required.
*/
- static Document *Document::load(const QString & filePath,
- const QByteArray &ownerPassword=QByteArray(),
- const QByteArray &userPassword=QByteArray());
+ static Document *load(const QString & filePath,
+ const QByteArray &ownerPassword=QByteArray(),
+ const QByteArray &userPassword=QByteArray());
/**
Get a specified page
@@ -616,11 +616,11 @@
*/
bool hasEmbeddedFiles() const;
- Document::~Document();
+ ~Document();
private:
DocumentData *m_doc;
- Document::Document(DocumentData *dataA);
+ Document(DocumentData *dataA);
};
/**
More information about the poppler
mailing list