olive: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
fb42ed7cbb
commit
8a767e220e
|
@ -0,0 +1,40 @@
|
||||||
|
--- effects/internal/texteffect.cpp 2020-08-31 20:39:58.048701631 +0200
|
||||||
|
+++ effects/internal/texteffect.cpp 2019-11-11 07:05:02.000000000 +0100
|
||||||
|
@@ -25,6 +25,7 @@
|
||||||
|
#include <QOpenGLTexture>
|
||||||
|
#include <QTextEdit>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QColorDialog>
|
||||||
|
#include <QFontDatabase>
|
||||||
|
--- effects/internal/timecodeeffect.cpp 2020-08-31 20:39:49.809701206 +0200
|
||||||
|
+++ effects/internal/timecodeeffect.cpp 2019-11-11 07:05:02.000000000 +0100
|
||||||
|
@@ -25,6 +25,7 @@
|
||||||
|
#include <QOpenGLTexture>
|
||||||
|
#include <QTextEdit>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QColorDialog>
|
||||||
|
#include <QFontDatabase>
|
||||||
|
--- ui/graphview.cpp 2020-08-31 20:39:43.016700855 +0200
|
||||||
|
+++ ui/graphview.cpp 2019-11-11 07:05:02.000000000 +0100
|
||||||
|
@@ -21,6 +21,7 @@
|
||||||
|
#include "graphview.h"
|
||||||
|
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QMouseEvent>
|
||||||
|
#include <QtMath>
|
||||||
|
#include <cfloat>
|
||||||
|
--- ui/timelineheader.cpp 2020-08-31 20:39:36.992700545 +0200
|
||||||
|
+++ ui/timelineheader.cpp 2019-11-11 07:05:02.000000000 +0100
|
||||||
|
@@ -21,6 +21,7 @@
|
||||||
|
#include "timelineheader.h"
|
||||||
|
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QMouseEvent>
|
||||||
|
#include <QScrollBar>
|
||||||
|
#include <QtMath>
|
Loading…
Reference in New Issue