summaryrefslogtreecommitdiff
path: root/app-editors/texworks/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-08 14:14:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-08 14:14:07 +0100
commit54375c80a2652245530418502abaec0924a37c92 (patch)
tree49d3e0f94ecced4169cdddd4303955ba6a18b97a /app-editors/texworks/files
parentc69ad4e8f72085fe4d18df4b5abccb7b0ed73288 (diff)
gentoo auto-resync : 08:08:2022 - 14:14:07
Diffstat (limited to 'app-editors/texworks/files')
-rw-r--r--app-editors/texworks/files/qt5.15-support.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-editors/texworks/files/qt5.15-support.patch b/app-editors/texworks/files/qt5.15-support.patch
deleted file mode 100644
index 9c77c157e463..000000000000
--- a/app-editors/texworks/files/qt5.15-support.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From a5352a3a94e3685125650b65e6197de060326cc2 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= <st.loeffler@gmail.com>
-Date: Fri, 1 May 2020 08:05:46 +0200
-Subject: [PATCH] <QtPDF> Fix compilation with 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..500d20aa 100644
---- a/modules/QtPDF/src/PDFBackend.cpp
-+++ b/modules/QtPDF/src/PDFBackend.cpp
-@@ -14,6 +14,7 @@
-
- #include <PDFBackend.h>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QApplication>
-
- namespace QtPDF {