summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligraplan/calligraplan.missingheader.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-19 12:40:04 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-19 12:40:04 +0200
commitda8bd0830301dae2ea93d359855e1928a2ba8c46 (patch)
tree16210ebc590146eb29d538267a9c1895e8938f5d /kde/patch/calligraplan/calligraplan.missingheader.patch
parent4fa63ebd172b1dbf542ce3e364b4241368a9cf3f (diff)
downloadktown-da8bd0830301dae2ea93d359855e1928a2ba8c46.tar.gz
ktown-da8bd0830301dae2ea93d359855e1928a2ba8c46.tar.xz
KDE applications-extra: rebuilt calligra and calligraplan
Calligra needed a rebuild against the new icu4c and calligraplan would no longer start and needed a recompile against qt5 and kcalendarcore.
Diffstat (limited to 'kde/patch/calligraplan/calligraplan.missingheader.patch')
-rw-r--r--kde/patch/calligraplan/calligraplan.missingheader.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde/patch/calligraplan/calligraplan.missingheader.patch b/kde/patch/calligraplan/calligraplan.missingheader.patch
new file mode 100644
index 0000000..b5941c5
--- /dev/null
+++ b/kde/patch/calligraplan/calligraplan.missingheader.patch
@@ -0,0 +1,25 @@
+From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid <aacid@kde.org>
+Date: Sun, 28 Jul 2019 00:07:33 +0200
+Subject: Fix compile on CI
+
+src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap<QAction*, KPlato::Schedule*>
+---
+ src/workpackage/view.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/workpackage/view.h b/src/workpackage/view.h
+index 6cae32b..cd2fc4e 100644
+--- a/src/workpackage/view.h
++++ b/src/workpackage/view.h
+@@ -24,6 +24,7 @@
+
+ #include <KoView.h>
+
++#include <QMap>
+ #include <QStackedWidget>
+
+ class QPrinter;
+--
+cgit v1.1
+