summaryrefslogtreecommitdiff
path: root/qt-5.15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt-5.15.patch')
-rw-r--r--qt-5.15.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/qt-5.15.patch b/qt-5.15.patch
deleted file mode 100644
index 8ba7b32..0000000
--- a/qt-5.15.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 79b0a69e09c1a912122e6431ea3c530cc292c690 Mon Sep 17 00:00:00 2001
-From: Andrew Chow <achow101-github@achow101.com>
-Date: Thu, 28 May 2020 14:56:47 -0400
-Subject: [PATCH] Add missing QPainterPath include
-
-This is needed to compile with Qt 5.15.
----
- src/qt/trafficgraphwidget.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp
-index 757648f4854d..6428fc4dafc8 100644
---- a/src/qt/trafficgraphwidget.cpp
-+++ b/src/qt/trafficgraphwidget.cpp
-@@ -7,6 +7,7 @@
- #include <qt/clientmodel.h>
-
- #include <QPainter>
-+#include <QPainterPath>
- #include <QColor>
- #include <QTimer>
-