wxqt: bump to version 3.1.5 (#7312)

This commit is contained in:
davidkaroly
2022-10-20 10:44:02 +02:00
committed by GitHub
parent 7722b65661
commit aa17fc7e1f
2 changed files with 6 additions and 39 deletions

View File

@@ -1,33 +0,0 @@
From 319ef050e1a7f882efe96a737ee82c31abf1851c Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Tue, 2 Jun 2020 22:23:59 +0000
Subject: Fix build, kudos to waddlesplash for the solution
diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp
index 5f1324a..e304b54 100644
--- a/src/qt/dc.cpp
+++ b/src/qt/dc.cpp
@@ -15,6 +15,7 @@
#include <QtGui/QBitmap>
#include <QtGui/QPen>
#include <QtGui/QPainter>
+#include <QtGui/QPainterPath>
#ifndef WX_PRECOMP
#include "wx/icon.h"
diff --git a/src/qt/graphics.cpp b/src/qt/graphics.cpp
index 9e06148..1c4d654 100644
--- a/src/qt/graphics.cpp
+++ b/src/qt/graphics.cpp
@@ -19,6 +19,7 @@
#include <QApplication>
#include <QDesktopWidget>
#include <QPainter>
+#include <QPainterPath>
#include <QPicture>
#ifndef WX_PRECOMP
--
2.26.0