x11/radare-cutter: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner 2020-05-21 10:54:54 +00:00
parent 28bc929905
commit 11d8060789
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536107
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- widgets/ColorPicker.cpp.orig 2020-05-21 10:52:24 UTC
+++ widgets/ColorPicker.cpp
@@ -3,6 +3,7 @@
#include <QPaintEvent>
#include <QPainter>
+#include <QPainterPath>
#include <QMouseEvent>
#include <QDesktopWidget>
#include <QPixmap>

View File

@ -0,0 +1,10 @@
--- widgets/ColorThemeListView.cpp.orig 2020-05-21 10:52:24 UTC
+++ widgets/ColorThemeListView.cpp
@@ -3,6 +3,7 @@
#include <QJsonArray>
#include <QMap>
#include <QPainter>
+#include <QPainterPath>
#include <QFontMetrics>
#include <QScreen>
#include <QJsonArray>