[poppler] qt5/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 5 12:35:22 UTC 2020


 qt5/src/poppler-document.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0bdf0d31d99a7becb1e36b5503213fe777673acb
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Jan 30 22:27:55 2020 +0100

    qt5: Fix loading from iodevice

diff --git a/qt5/src/poppler-document.cc b/qt5/src/poppler-document.cc
index bff01205..8015eb09 100644
--- a/qt5/src/poppler-document.cc
+++ b/qt5/src/poppler-document.cc
@@ -152,6 +152,7 @@ namespace Poppler {
 					new GooString(ownerPassword.data()),
 					new GooString(userPassword.data()));
 	    }
+	    else
 	    {
 		doc2 = new DocumentData(m_doc->m_filePath,
 					new GooString(ownerPassword.data()),


More information about the poppler mailing list