mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
calligra-plan: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
120b17fd3a
commit
420827fef5
1 changed files with 10 additions and 0 deletions
10
srcpkgs/calligra-plan/patches/QPainterPath.patch
Normal file
10
srcpkgs/calligra-plan/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/libs/ui/kptganttitemdelegate.cpp 2019-12-12 12:48:13.000000000 +0100
|
||||||
|
+++ src/libs/ui/kptganttitemdelegate.cpp 2020-09-01 17:42:12.663608718 +0200
|
||||||
|
@@ -28,6 +28,7 @@
|
||||||
|
#include <QModelIndex>
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QLocale>
|
||||||
|
|
||||||
|
#include <KLocalizedString>
|
Loading…
Add table
Reference in a new issue