deskutils/flameshot: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner
2020-05-20 03:59:05 +00:00
parent 6d963044e3
commit c16b608701
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- src/third-party/Qt-Color-Widgets/src/color_wheel.cpp.orig 2020-05-20 03:49:16 UTC
+++ src/third-party/Qt-Color-Widgets/src/color_wheel.cpp
@@ -24,6 +24,7 @@
#include <cmath>
#include <QMouseEvent>
#include <QPainter>
+#include <QPainterPath>
#include <QLineF>
#include <QDragEnterEvent>
#include <QMimeData>

View File

@@ -0,0 +1,10 @@
--- src/tools/arrow/arrowtool.h.orig 2020-05-20 03:53:57 UTC
+++ src/tools/arrow/arrowtool.h
@@ -19,6 +19,7 @@
#include "src/tools/abstracttwopointtool.h"
#include <QPainter>
+#include <QPainterPath>
class ArrowTool : public AbstractTwoPointTool {
Q_OBJECT