Skip to content

Commit

Permalink
Fix "variable has incomplete type 'QPainterPath'"
Browse files Browse the repository at this point in the history
  • Loading branch information
BensonLaur authored and pzhlkj6612 committed Aug 13, 2020
1 parent eb240a3 commit 6170dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BesWidgets/BesShadowDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "BesShadowDialog.h"
#include <QPainter>
#include <QPainterPath>
#include <QtMath>

BesShadowDialog::BesShadowDialog(QWidget *parent)
Expand Down
1 change: 1 addition & 0 deletions BesWidgets/BesShadowWidget.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "BesShadowWidget.h"
#include <QPainter>
#include <QPainterPath>
#include <QtMath>

BesShadowWidget::BesShadowWidget(QWidget *parent)
Expand Down

0 comments on commit 6170dec

Please sign in to comment.