audio/cadence: prepare for Qt5-5.15
This commit is contained in:
parent
2681c607a3
commit
8584fed33a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535768
1 changed files with 10 additions and 0 deletions
10
audio/cadence/files/patch-c++_widgets_pixmapdial.cpp
Normal file
10
audio/cadence/files/patch-c++_widgets_pixmapdial.cpp
Normal file
|
@ -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),
|
Loading…
Reference in a new issue