Delete upstreamed patches

This commit is contained in:
Robin Lee 2021-03-22 23:09:57 +08:00
parent 7c880dc5c8
commit 51c4c73d38
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
From 4c10d9859765ae76efb8fd86d44a033003bec7e7 Mon Sep 17 00:00:00 2001
From: Qiyu Yan <yanqiyu@fedoraproject.org>
Date: Sun, 13 Sep 2020 14:46:24 +0800
Subject: [PATCH] Fix build for qt 5.15
---
modules/QtPDF/src/PDFBackend.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp
index 0305d87a..0a28c491 100644
--- a/modules/QtPDF/src/PDFBackend.cpp
+++ b/modules/QtPDF/src/PDFBackend.cpp
@@ -15,6 +15,7 @@
#include <PDFBackend.h>
#include <QPainter>
#include <QApplication>
+#include <QPainterPath>
namespace QtPDF {
--
2.26.2