add include for QPainterPath

to build with Qt 5.15 the include of QPainterPath is needed
master
Andreas Stallinger 2020-07-16 23:22:21 +02:00 committed by Jeremy HU
parent b4ff6710c1
commit ef45623ebd
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <QImage>
#include <QPainter>
#include <QPainterPath>
#include <cmath>
#include <QUuid>
#include <cmath>