svn commit: r535768 - head/audio/cadence/files

Tobias C. Berner tcberner at FreeBSD.org
Mon May 18 18:25:47 UTC 2020


Author: tcberner
Date: Mon May 18 18:25:47 2020
New Revision: 535768
URL: https://svnweb.freebsd.org/changeset/ports/535768

Log:
  audio/cadence: prepare for Qt5-5.15

Added:
  head/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp   (contents, props changed)

Added: head/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp	Mon May 18 18:25:47 2020	(r535768)
@@ -0,0 +1,10 @@
+--- c++/widgets/pixmapdial.cpp.orig	2020-05-18 18:12:49 UTC
++++ c++/widgets/pixmapdial.cpp
+@@ -22,6 +22,7 @@
+ #include <QtCore/QTimer>
+ #include <QtGui/QPainter>
+ #include <QtGui/QPaintEvent>
++#include <QtGui/QPainterPath>
+ 
+ PixmapDial::PixmapDial(QWidget* parent)
+     : QDial(parent),


More information about the svn-ports-head mailing list