aboutsummaryrefslogtreecommitdiff
path: root/audio/rosegarden
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-18 18:21:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-18 18:21:51 +0000
commit2681c607a37f45a36cefeb03ed7cbd2573fa79cf (patch)
tree8c601aef51e1406dde8760cb5edc6bbb40e7e965 /audio/rosegarden
parent586a034528b435cf0a0927074faa480a8a303bd3 (diff)
downloadports-2681c607a37f45a36cefeb03ed7cbd2573fa79cf.tar.gz
ports-2681c607a37f45a36cefeb03ed7cbd2573fa79cf.zip
audio/rosegarden: prepare for Qt5-5.15
Notes
Notes: svn path=/head/; revision=535767
Diffstat (limited to 'audio/rosegarden')
-rw-r--r--audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp10
-rw-r--r--audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp b/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp
new file mode 100644
index 000000000000..b66fedaad34c
--- /dev/null
+++ b/audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp
@@ -0,0 +1,10 @@
+--- src/gui/general/ThornStyle.cpp.orig 2020-05-18 16:28:59 UTC
++++ src/gui/general/ThornStyle.cpp
+@@ -34,6 +34,7 @@
+ #include <QLabel>
+ #include <QLayout>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QRadioButton>
+ #include <QStyleFactory>
+ #include <QStyleOption>
diff --git a/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp b/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp
new file mode 100644
index 000000000000..6f180643b039
--- /dev/null
+++ b/audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp
@@ -0,0 +1,10 @@
+--- src/gui/widgets/Panner.cpp.orig 2020-05-18 16:29:03 UTC
++++ src/gui/widgets/Panner.cpp
+@@ -26,6 +26,7 @@
+
+ #include <QPolygon>
+ #include <QMouseEvent>
++#include <QPainterPath>
+
+ #include <iostream>
+