cadence: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
bce978132e
commit
b0804ec06d
1 changed files with 30 additions and 0 deletions
30
srcpkgs/cadence/patches/QPainterPath.patch
Normal file
30
srcpkgs/cadence/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
--- c++/patchcanvas/canvasbezierline.cpp 2019-11-17 21:34:05.000000000 +0100
|
||||||
|
+++ c++/patchcanvas/canvasbezierline.cpp 2020-09-02 13:13:34.042234477 +0200
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
#include "canvasbezierline.h"
|
||||||
|
|
||||||
|
#include <QtGui/QPainter>
|
||||||
|
+#include <QtGui/QPainterPath>
|
||||||
|
|
||||||
|
#include "canvasport.h"
|
||||||
|
#include "canvasportglow.h"
|
||||||
|
--- c++/patchcanvas/canvasbezierlinemov.cpp 2019-11-17 21:34:05.000000000 +0100
|
||||||
|
+++ c++/patchcanvas/canvasbezierlinemov.cpp 2020-09-02 13:13:27.093234119 +0200
|
||||||
|
@@ -18,6 +18,7 @@
|
||||||
|
#include "canvasbezierlinemov.h"
|
||||||
|
|
||||||
|
#include <QtGui/QPainter>
|
||||||
|
+#include <QtGui/QPainterPath>
|
||||||
|
|
||||||
|
#include "canvasport.h"
|
||||||
|
|
||||||
|
--- c++/widgets/pixmapdial.cpp 2019-11-17 21:34:05.000000000 +0100
|
||||||
|
+++ c++/widgets/pixmapdial.cpp 2020-09-02 13:13:16.853233591 +0200
|
||||||
|
@@ -21,6 +21,7 @@
|
||||||
|
|
||||||
|
#include <QtCore/QTimer>
|
||||||
|
#include <QtGui/QPainter>
|
||||||
|
+#include <QtGui/QPainterPath>
|
||||||
|
#include <QtGui/QPaintEvent>
|
||||||
|
|
||||||
|
PixmapDial::PixmapDial(QWidget* parent)
|
Loading…
Add table
Add a link
Reference in a new issue