Skip to content

Commit

Permalink
Merge pull request laserpants#42 from jpcima/work
Browse files Browse the repository at this point in the history
Add <QPainterPath> where necessary
  • Loading branch information
laserpants committed Oct 22, 2020
2 parents 1c00e57 + c9a946f commit 3a0e226
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/qtmaterialavatar.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "qtmaterialavatar.h"
#include "qtmaterialavatar_p.h"
#include <QPainter>
#include <QPainterPath>
#include "lib/qtmaterialstyle.h"

/*!
Expand Down
1 change: 1 addition & 0 deletions components/qtmaterialcircularprogress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <QPropertyAnimation>
#include <QParallelAnimationGroup>
#include <QPainter>
#include <QPainterPath>
#include "qtmaterialcircularprogress_internal.h"
#include "lib/qtmaterialstyle.h"

Expand Down
1 change: 1 addition & 0 deletions components/qtmaterialprogress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "qtmaterialprogress_p.h"
#include <QPropertyAnimation>
#include <QPainter>
#include <QPainterPath>
#include "qtmaterialprogress_internal.h"
#include "lib/qtmaterialstyle.h"

Expand Down
1 change: 1 addition & 0 deletions components/qtmaterialscrollbar.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "qtmaterialscrollbar.h"
#include "qtmaterialscrollbar_p.h"
#include <QPainter>
#include <QPainterPath>
#include <QDebug>
#include "qtmaterialscrollbar_internal.h"
#include "lib/qtmaterialstyle.h"
Expand Down

0 comments on commit 3a0e226

Please sign in to comment.