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
@@ -27,6 +27,7 @@ along with qpdfview. If not, see <http://www.gnu.org/
#include <QtPlugin>
#include <QWidget>
#include <QVector>
+#include <QPainterPath>
class QAbstractItemModel;
class QColor;