graphics/pencil2d: prepare for Qt5-5.15

This commit is contained in:
Tobias C. Berner 2020-05-21 12:32:39 +00:00
parent f298688e59
commit b4e9cd44c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536129
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- core_lib/src/graphics/bitmap/bitmapimage.h.orig 2020-05-21 12:25:34 UTC
+++ core_lib/src/graphics/bitmap/bitmapimage.h
@@ -19,6 +19,7 @@ GNU General Public License for more details.
#include <memory>
#include <QPainter>
+#include <QPainterPath>
#include "keyframe.h"

View File

@ -0,0 +1,10 @@
--- core_lib/src/graphics/vector/beziercurve.cpp.orig 2020-05-21 12:20:43 UTC
+++ core_lib/src/graphics/vector/beziercurve.cpp
@@ -19,6 +19,7 @@ GNU General Public License for more details.
#include <cmath>
#include <QList>
+#include <QPainterPath>
#include "object.h"
#include "pencilerror.h"

View File

@ -0,0 +1,10 @@
--- core_lib/src/graphics/vector/beziercurve.h.orig 2020-05-21 12:23:34 UTC
+++ core_lib/src/graphics/vector/beziercurve.h
@@ -18,6 +18,7 @@ GNU General Public License for more details.
#include <QtXml>
#include <QPainter>
+#include <QPainterPath>
class Object;
class Status;

View File

@ -0,0 +1,10 @@
--- core_lib/src/managers/viewmanager.h.orig 2020-05-21 12:27:14 UTC
+++ core_lib/src/managers/viewmanager.h
@@ -19,6 +19,7 @@ GNU General Public License for more details.
#define VIEWMANAGER_H
#include <QTransform>
+#include <QPainterPath>
#include "basemanager.h"
class Layer;