deepin-screenshot: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
90579dacc6
commit
263dcfdb1d
1 changed files with 10 additions and 0 deletions
10
srcpkgs/deepin-screenshot/patches/QPainterPath.patch
Normal file
10
srcpkgs/deepin-screenshot/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/widgets/shapeswidget.cpp 2019-07-08 07:43:20.000000000 +0200
|
||||
+++ src/widgets/shapeswidget.cpp 2020-09-01 12:54:18.856717576 +0200
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <QApplication>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QDebug>
|
||||
|
||||
#include "src/utils/calculaterect.h"
|
Loading…
Add table
Add a link
Reference in a new issue