Skip to content

Commit

Permalink
Fix Qt 5.15 build issues (#5498)
Browse files Browse the repository at this point in the history
Add missing QPainterPath includes
  • Loading branch information
JohannesLorenz committed May 18, 2020
1 parent 737fcd3 commit 29a5abc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Eq/EqSpectrumView.h
Expand Up @@ -24,6 +24,7 @@
#define EQSPECTRUMVIEW_H

#include <QPainter>
#include <QPainterPath>
#include <QWidget>

#include "fft_helpers.h"
Expand Down
1 change: 1 addition & 0 deletions src/gui/AutomationPatternView.cpp
Expand Up @@ -25,6 +25,7 @@

#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
#include <QMenu>

#include "AutomationEditor.h"
Expand Down
1 change: 1 addition & 0 deletions src/gui/LmmsStyle.cpp
Expand Up @@ -28,6 +28,7 @@
#include <QApplication>
#include <QFrame>
#include <QPainter>
#include <QPainterPath>
#include <QStyleFactory>
#include <QStyleOption>

Expand Down
1 change: 1 addition & 0 deletions src/gui/editors/AutomationEditor.cpp
Expand Up @@ -35,6 +35,7 @@
#include <QLayout>
#include <QMdiArea>
#include <QPainter>
#include <QPainterPath>
#include <QScrollBar>
#include <QStyleOption>
#include <QToolTip>
Expand Down

0 comments on commit 29a5abc

Please sign in to comment.