Skip to content

Commit

Permalink
Adds missing QPainterPath include
Browse files Browse the repository at this point in the history
  • Loading branch information
SDNick484 authored and hatstand committed May 28, 2020
1 parent 1a73918 commit ed0078b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/freespacebar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <QLinearGradient>
#include <QPainter>
#include <QPainterPath>

const int FreeSpaceBar::kBarHeight = 20;
const int FreeSpaceBar::kBarBorderRadius = 8;
Expand Down
1 change: 1 addition & 0 deletions src/widgets/osdpretty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <QLayout>
#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
#include <QScreen>
#include <QSettings>
#include <QTimeLine>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/sliderwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <QBrush>
#include <QImage>
#include <QPainter>
#include <QPainterPath>
#include <QSize>
#include <QTimer>
#include <QStyle>
Expand Down

0 comments on commit ed0078b

Please sign in to comment.