mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
games/solarus-quest-editor: prepare for Qt5-5.15
This commit is contained in:
parent
f3cabc444a
commit
108acd723b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536097
@ -0,0 +1,10 @@
|
||||
--- src/entities/jumper.cpp.orig 2020-05-21 09:50:59 UTC
|
||||
+++ src/entities/jumper.cpp
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "entities/jumper.h"
|
||||
#include "map_model.h"
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
|
||||
namespace SolarusEditor {
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/widgets/map_view.cpp.orig 2020-05-21 09:50:59 UTC
|
||||
+++ src/widgets/map_view.cpp
|
||||
@@ -40,6 +40,7 @@
|
||||
#include <QMouseEvent>
|
||||
#include <QScrollBar>
|
||||
#include <QtMath>
|
||||
+#include <QPainterPath>
|
||||
|
||||
namespace SolarusEditor {
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- src/widgets/tileset_view.cpp.orig 2020-05-21 09:50:59 UTC
|
||||
+++ src/widgets/tileset_view.cpp
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <QMimeData>
|
||||
#include <QMouseEvent>
|
||||
#include <QScrollBar>
|
||||
+#include <QPainterPath>
|
||||
|
||||
namespace SolarusEditor {
|
||||
|
Loading…
Reference in New Issue
Block a user