Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2020 18:25:47 +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: r535768 - head/audio/cadence/files
Message-ID:  <202005181825.04IIPl9s098597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



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