mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
imgbrd-grabber: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
a1782aaea7
commit
5657f86bec
1 changed files with 9 additions and 0 deletions
9
srcpkgs/imgbrd-grabber/patches/QPainterPath.patch
Normal file
9
srcpkgs/imgbrd-grabber/patches/QPainterPath.patch
Normal 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>
|
||||
|
Loading…
Add table
Reference in a new issue