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

This commit is contained in:
Jürgen Buchmüller 2020-08-23 20:35:12 +02:00
parent 6f61f9bd05
commit 5546dc6ed6
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- source/theme/CarlaStyle.cpp 2020-04-13 05:29:06.000000000 +0200
+++ source/theme/CarlaStyle.cpp 2020-08-23 20:32:26.157269175 +0200
@@ -22,6 +22,7 @@
#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
# include <QtGui/QPainter>
+# include <QtGui/QPainterPath>
# include <QtGui/QPixmapCache>
# include <QtWidgets/qdrawutil.h>
# include <QtWidgets/QApplication>