imgbrd-grabber: fix build w/ qt5-5.15.0 (QPainterPath)

This commit is contained in:
Jürgen Buchmüller 2020-09-01 01:11:28 +02:00
parent a1782aaea7
commit 5657f86bec
1 changed files with 9 additions and 0 deletions

View File

@ -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>