imgbrd-grabber: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
a1782aaea7
commit
5657f86bec
|
@ -0,0 +1,9 @@
|
||||||
|
--- gui/src/ui/QBouton.cpp 2019-05-19 13:41:39.000000000 +0200
|
||||||
|
+++ gui/src/ui/QBouton.cpp 2020-09-01 01:09:55.472537243 +0200
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
#include "ui/QBouton.h"
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QPaintEvent>
|
||||||
|
#include <QtMath>
|
||||||
|
|
Loading…
Reference in New Issue