zeal: fix build w/ qt5-5.15.0
This commit is contained in:
parent
fc6112d054
commit
9e1c5c38fa
1 changed files with 14 additions and 0 deletions
14
srcpkgs/zeal/patches/qt5-5.15.0.patch
Normal file
14
srcpkgs/zeal/patches/qt5-5.15.0.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Source: @pullmoll
|
||||
Upstream: no
|
||||
Reason: qt5-5.15.0 requires explicit include for QPainterPath
|
||||
|
||||
--- src/libs/ui/searchitemdelegate.cpp 2018-09-28 07:26:37.000000000 +0200
|
||||
+++ src/libs/ui/searchitemdelegate.cpp 2020-07-11 23:11:37.992053122 +0200
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <QFontMetrics>
|
||||
#include <QHelpEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QToolTip>
|
||||
|
||||
using namespace Zeal::WidgetUi;
|
Loading…
Reference in a new issue