summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligraplan/calligraplan.qt-5.15.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:38:01 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:38:01 +0200
commitca5ed59ed2ae2b074f42b4f4c3fb0351e4200f94 (patch)
tree73d16f7c9df64dcb3882130d8597f877b72d497d /kde/patch/calligraplan/calligraplan.qt-5.15.patch
parent7737032369a268da72234fcca0bc4c0c4731b2ea (diff)
downloadktown-ca5ed59ed2ae2b074f42b4f4c3fb0351e4200f94.tar.gz
ktown-ca5ed59ed2ae2b074f42b4f4c3fb0351e4200f94.tar.xz
Calligraplan: fix compilation against Qt 5.15
Diffstat (limited to '')
-rw-r--r--kde/patch/calligraplan/calligraplan.qt-5.15.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/kde/patch/calligraplan/calligraplan.qt-5.15.patch b/kde/patch/calligraplan/calligraplan.qt-5.15.patch
new file mode 100644
index 0000000..c8962a1
--- /dev/null
+++ b/kde/patch/calligraplan/calligraplan.qt-5.15.patch
@@ -0,0 +1,10 @@
+--- ./src/libs/ui/kptganttitemdelegate.cpp.orig 2019-12-12 05:48:13.000000000 -0600
++++ ./src/libs/ui/kptganttitemdelegate.cpp 2020-07-18 14:48:48.058351438 -0500
+@@ -28,6 +28,7 @@
+ #include <QModelIndex>
+ #include <QApplication>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QLocale>
+
+ #include <KLocalizedString>