diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-18 18:25:47 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-05-18 18:25:47 +0000 |
| commit | 8584fed33ac1ab61c1209746e01a5db09eee89ec (patch) | |
| tree | 0afbc4ccb1a9bc2fd35b2efcae45c08f963967ca | |
| parent | audio/rosegarden: prepare for Qt5-5.15 (diff) | |
audio/cadence: prepare for Qt5-5.15
Notes
Notes:
svn path=/head/; revision=535768
| -rw-r--r-- | audio/cadence/files/patch-c++_widgets_pixmapdial.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp b/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp new file mode 100644 index 000000000000..3f9ca0875822 --- /dev/null +++ b/audio/cadence/files/patch-c++_widgets_pixmapdial.cpp @@ -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), |
