mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
* Introduce additional default option AVAHI to make the use of the Avahi libraries optional. * Remove one patch and the whole patching via "post-patch" - both is no longer needed. * While I'm here: Prepare the port for Qt 5.15.0 Changelog: https://github.com/supercollider/supercollider/releases/tag/Version-3.11.0 PR: 246320 Submitted by: shamaz.mazum@gmail.com Approved by: Neal Nelson <ports@nicandneal.net> (maintainer) MFH: 2020Q2 (blanket: unbreak broken port)
10 lines
267 B
C++
10 lines
267 B
C++
--- QtCollider/widgets/QcLevelIndicator.cpp.orig 2020-06-15 01:16:56 UTC
|
|
+++ QtCollider/widgets/QcLevelIndicator.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#include "../QcWidgetFactory.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
|
|
QC_DECLARE_QWIDGET_FACTORY(QcLevelIndicator);
|
|
|