Skip to content

Commit

Permalink
app-office/calligraplan: Fix missing header with Frameworks 5.61
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 11, 2019
1 parent 601b38c commit 569f8c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-office/calligraplan/calligraplan-3.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ RESTRICT+=" test"
PATCHES=(
"${FILESDIR}"/${P}-qt-5.11.patch
"${FILESDIR}"/${P}-qca.patch
"${FILESDIR}"/${P}-missing-header.patch
)

src_prepare() {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001
From: Albert Astals Cid <[email protected]>
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

0 comments on commit 569f8c4

Please sign in to comment.