diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-18 18:21:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-18 18:21:51 +0000 |
commit | 2681c607a37f45a36cefeb03ed7cbd2573fa79cf (patch) | |
tree | 8c601aef51e1406dde8760cb5edc6bbb40e7e965 | |
parent | 586a034528b435cf0a0927074faa480a8a303bd3 (diff) | |
download | ports-2681c607a37f45a36cefeb03ed7cbd2573fa79cf.tar.gz ports-2681c607a37f45a36cefeb03ed7cbd2573fa79cf.zip |
Notes
-rw-r--r-- | audio/rosegarden/files/patch-src_gui_general_ThornStyle.cpp | 10 | ||||
-rw-r--r-- | audio/rosegarden/files/patch-src_gui_widgets_Panner.cpp | 10 |
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> + |