net-p2p/qtum: prepare for Qt5-5.15
This commit is contained in:
parent
30620a2d97
commit
df7aee1b6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535742
2 changed files with 20 additions and 0 deletions
10
net-p2p/qtum/files/patch-src_qt_splashscreen.cpp
Normal file
10
net-p2p/qtum/files/patch-src_qt_splashscreen.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/qt/splashscreen.cpp.orig 2020-05-18 14:21:32 UTC
|
||||
+++ src/qt/splashscreen.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <QApplication>
|
||||
#include <QCloseEvent>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QRadialGradient>
|
||||
#include <QScreen>
|
||||
|
10
net-p2p/qtum/files/patch-src_qt_trafficgraphwidget.cpp
Normal file
10
net-p2p/qtum/files/patch-src_qt_trafficgraphwidget.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/qt/trafficgraphwidget.cpp.orig 2020-05-18 14:24:29 UTC
|
||||
+++ src/qt/trafficgraphwidget.cpp
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <qt/clientmodel.h>
|
||||
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QColor>
|
||||
#include <QTimer>
|
||||
|
Loading…
Reference in a new issue