]> git.pld-linux.org Git - packages/feathercoin.git/blob - qt-5.15.patch
- release 7
[packages/feathercoin.git] / qt-5.15.patch
1 From 79b0a69e09c1a912122e6431ea3c530cc292c690 Mon Sep 17 00:00:00 2001
2 From: Andrew Chow <achow101-github@achow101.com>
3 Date: Thu, 28 May 2020 14:56:47 -0400
4 Subject: [PATCH] Add missing QPainterPath include
5
6 This is needed to compile with Qt 5.15.
7 ---
8  src/qt/trafficgraphwidget.cpp | 1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp
12 index 757648f4854d..6428fc4dafc8 100644
13 --- a/src/qt/trafficgraphwidget.cpp
14 +++ b/src/qt/trafficgraphwidget.cpp
15 @@ -7,6 +7,7 @@
16  #include <qt/clientmodel.h>
17  
18  #include <QPainter>
19 +#include <QPainterPath>
20  #include <QColor>
21  #include <QTimer>
22  
This page took 0.081467 seconds and 3 git commands to generate.