~ruther/guix-local

ref: d48c2c7df38a63cfe5d2bce7dfe438d4a2ffa22d guix-local/gnu/packages/patches/qpdfview-qt515-compat.patch -rw-r--r-- 399 bytes
d48c2c7d — Liliana Marie Prikler news: Add entry about Emacs native compilation. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Fix compatibility with Qt 5.15.

Patch copied from upstream source repository:

https://bazaar.launchpad.net/~adamreichold/qpdfview/trunk/revision/2104

--- a/sources/model.h	2017-04-19 21:01:25 +0000
+++ b/sources/model.h	2020-06-09 06:24:11 +0000
@@ -24,6 +24,7 @@
 #define DOCUMENTMODEL_H
 
 #include <QList>
+#include <QPainterPath>
 #include <QtPlugin>
 #include <QWidget>
 #include <QVector>