calligra-plan: rebuild for new kcontacts version number from KDE frameworks
This commit is contained in:
parent
91032b08c6
commit
b941a8ed03
|
@ -79,3 +79,25 @@
|
|||
|
||||
class KoUnit;
|
||||
|
||||
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: [PATCH] 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 6cae32b7..cd2fc4ea 100644
|
||||
--- src/workpackage/view.h
|
||||
+++ src/workpackage/view.h
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <KoView.h>
|
||||
|
||||
+#include <QMap>
|
||||
#include <QStackedWidget>
|
||||
|
||||
class QPrinter;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'calligra-plan'
|
||||
pkgname=calligra-plan
|
||||
version=3.1.0
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname/-/}-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules kdoctools"
|
||||
|
|
Loading…
Reference in New Issue