Skip to content

Commit

Permalink
Add missing QPainterPath include in QBouton (PR #2004, fix #1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffy1234 committed Jun 8, 2020
1 parent 53de0d6 commit 4e64f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/src/ui/QBouton.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "ui/QBouton.h"
#include <QPainter>
#include <QPainterPath>
#include <QPaintEvent>
#include <QtMath>

Expand Down

0 comments on commit 4e64f6f

Please sign in to comment.