shotcut: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-02 13:10:41 +02:00
parent a687f9edf5
commit bce978132e

View file

@ -0,0 +1,10 @@
--- src/widgets/scopes/videohistogramscopewidget.cpp 2020-04-12 01:09:54.000000000 +0200
+++ src/widgets/scopes/videohistogramscopewidget.cpp 2020-09-02 13:05:57.515210925 +0200
@@ -19,6 +19,7 @@
#include <Logger.h>
#include <QMouseEvent>
#include <QPainter>
+#include <QPainterPath>
#include <QToolTip>
const qreal IRE0 = 16;