deskutils/lumina-pdf: Prepare for Qt5-5.14

PR:		244964
This commit is contained in:
Tobias C. Berner 2020-04-04 11:40:36 +00:00
parent 2f2eec437c
commit e258511c70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530643
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Fix build with Qt5-5.14
--- Annotation.h.orig 2020-04-04 11:09:27 UTC
+++ Annotation.h
@@ -1,4 +1,5 @@
#include <QColor>
+#include <QImage>
#include <QList>
#include <QPointF>
#include <QPolygonF>

View file

@ -0,0 +1,11 @@
Fix build with Qt5-5.14
--- PrintWidget.cpp.orig 2020-04-04 10:57:54 UTC
+++ PrintWidget.cpp
@@ -1,5 +1,6 @@
#include "PrintWidget.h"
#include <QGraphicsProxyWidget>
+#include <QImage>
#include <QPushButton>
#include <QtConcurrent>