From 8584fed33ac1ab61c1209746e01a5db09eee89ec Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 18 May 2020 18:25:47 +0000 Subject: [PATCH] audio/cadence: prepare for Qt5-5.15 --- audio/cadence/files/patch-c++_widgets_pixmapdial.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/cadence/files/patch-c++_widgets_pixmapdial.cpp 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 + #include + #include ++#include + + PixmapDial::PixmapDial(QWidget* parent) + : QDial(parent),