File: upstream_Fix-build-with-Qt-5.15.patch

package info (click to toggle)
kst 2.0.8-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 30,740 kB
  • sloc: cpp: 97,086; ansic: 13,364; python: 2,970; sh: 761; yacc: 184; lex: 143; makefile: 141; javascript: 122; perl: 30; xml: 30
file content (23 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: =?utf-8?b?SsOpcsO0bWUgQm9ybWU=?= <jerome.borme@laposte.net>
Date: Tue, 7 Sep 2021 15:10:02 +0200
Subject: Fix build with Qt 5.15

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

Applied-Upstream: https://invent.kde.org/graphics/kst-plot/-/commit/606588cec761d32e946bce9ebb9958fb5dd5f7f0.patch
---
 src/widgets/gradienteditor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/widgets/gradienteditor.h b/src/widgets/gradienteditor.h
index 1ca7492..67c3d08 100644
--- a/src/widgets/gradienteditor.h
+++ b/src/widgets/gradienteditor.h
@@ -16,6 +16,7 @@
 #include <QHash>
 #include <QWidget>
 #include <QGradient>
+#include <QPainterPath>
 
 #include "kstwidgets_export.h"