mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
konversation: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
78f710eb3f
commit
fce92aa79f
1 changed files with 10 additions and 0 deletions
10
srcpkgs/konversation/patches/QPainterPath.patch
Normal file
10
srcpkgs/konversation/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/viewer/viewtree.cpp 2018-06-27 00:22:38.000000000 +0200
|
||||||
|
+++ src/viewer/viewtree.cpp 2020-09-02 16:02:10.394756372 +0200
|
||||||
|
@@ -21,6 +21,7 @@
|
||||||
|
#include <QFontDatabase>
|
||||||
|
#include <QGuiApplication>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QItemSelectionModel>
|
||||||
|
#include <QStyleHints>
|
||||||
|
#include <QToolTip>
|
Loading…
Add table
Reference in a new issue