Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 18:11:48 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535765 - head/net-p2p/bitcoin/files
Message-ID:  <202005181811.04IIBmO2090860@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon May 18 18:11:48 2020
New Revision: 535765
URL: https://svnweb.freebsd.org/changeset/ports/535765

Log:
  net-p2p/bitcoin: prepare for Qt5-5.15

Added:
  head/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h   (contents, props changed)

Added: head/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h	Mon May 18 18:11:48 2020	(r535765)
@@ -0,0 +1,10 @@
+--- src/qt/trafficgraphwidget.h.orig	2020-05-18 18:05:29 UTC
++++ src/qt/trafficgraphwidget.h
+@@ -7,6 +7,7 @@
+ 
+ #include <QWidget>
+ #include <QQueue>
++#include <QPainterPath>
+ 
+ class ClientModel;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005181811.04IIBmO2090860>