diff options
Diffstat (limited to 'net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h')
-rw-r--r-- | net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h b/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h deleted file mode 100644 index 94030b4e20bb..000000000000 --- a/net-p2p/bitcoin/files/patch-src_qt_trafficgraphwidget.h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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; - |