Browse Source

Add missing QPainterPath include

pull/1157/head
Hector Martin 5 years ago
parent
commit
c4423a40bc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/theme/CarlaStyle.cpp

+ 2
- 0
source/theme/CarlaStyle.cpp View File

@@ -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>
@@ -43,6 +44,7 @@
# pragma clang diagnostic ignored "-Wdeprecated-register"
# endif
# include <QtGui/QPainter>
# include <QtGui/QPainterPath>
# include <QtGui/QPixmapCache>
# include <QtGui/QApplication>
# include <QtGui/QComboBox>


Loading…
Cancel
Save