summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 09:56:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-11 10:19:25 +0200
commit569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f (patch)
treec3b101cc9c603543b1c5a3a0423f5c8e5142c76f /app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch
parentapp-office/calligra: Fix missing header with Frameworks 5.61 (diff)
downloadgentoo-569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f.tar.gz
gentoo-569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f.tar.bz2
gentoo-569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f.zip
app-office/calligraplan: Fix missing header with Frameworks 5.61
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch')
-rw-r--r--app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch
new file mode 100644
index 000000000000..4ee031865a39
--- /dev/null
+++ b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch
@@ -0,0 +1,24 @@
+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