]> git.pld-linux.org Git - packages/poppler0.61.git/blob - poppler-gcc4.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/poppler0.61.git] / poppler-gcc4.patch
1 --- poppler-0.5.1/qt4/src/poppler-qt4.h.orig    2006-01-23 15:43:39.000000000 +0100
2 +++ poppler-0.5.1/qt4/src/poppler-qt4.h 2006-03-01 17:19:44.145777250 +0100
3 @@ -401,7 +401,7 @@
4            \warning The application owns the pointer to Document, and this should
5            be deleted when no longer required.
6         */
7 -       static Document *Document::load(const QString & filePath,
8 +       static Document*load(const QString & filePath,
9                                         const QByteArray &ownerPassword=QByteArray(),
10                                         const QByteArray &userPassword=QByteArray());
11    
12 @@ -612,11 +612,11 @@
13         */
14         bool hasEmbeddedFiles() const;
15  
16 -       Document::~Document();
17 +       ~Document();
18    
19      private:
20         DocumentData *m_doc;
21 -       Document::Document(DocumentData *dataA);
22 +       Document(DocumentData *dataA);
23      };
24  
25      /**
This page took 0.027796 seconds and 3 git commands to generate.