ports/textproc/qpdfview/patches/patch-sources_model_h

12 lines
271 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: sources/model.h
--- sources/model.h.orig
+++ sources/model.h
2023-09-08 05:21:37 +00:00
@@ -28,6 +28,7 @@ along with qpdfview. If not, see <http://www.gnu.org/
2023-08-16 22:26:55 +00:00
#include <QtPlugin>
#include <QWidget>
#include <QVector>
+#include <QPainterPath>
class QAbstractItemModel;
class QColor;