summaryrefslogtreecommitdiff
path: root/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch')
-rw-r--r--x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch b/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch
deleted file mode 100644
index 795f94141b26..000000000000
--- a/x11-themes/qtcurve/files/qtcurve-1.9.0-qt-5.15.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 44e2a35ebb164dcab0bad1a9158b1219a3ff6504 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sun, 31 May 2020 23:33:30 +0200
-Subject: [PATCH] Fix build with Qt 5.15 (missing QPainterPath include)
-
----
- qt5/style/qtcurve.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/qt5/style/qtcurve.h b/qt5/style/qtcurve.h
-index 9a50db00..00072d4e 100644
---- a/qt5/style/qtcurve.h
-+++ b/qt5/style/qtcurve.h
-@@ -31,6 +31,8 @@
- #include <QCache>
- #include <QColor>
- #include <QFont>
-+#include <QPainter>
-+#include <QPainterPath>
- #include <QStyleOption>
- #include <QtGlobal>
- #include <QCommonStyle>
---
-2.26.2
-