mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cutecom: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
8baf124071
commit
b468801b8a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/cutecom/patches/QPainterPath.patch
Normal file
10
srcpkgs/cutecom/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ctrlcharacterspopup.cpp 2018-09-01 13:46:58.000000000 +0200
|
||||||
|
+++ ctrlcharacterspopup.cpp 2020-08-31 18:56:06.795380165 +0200
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QKeyEvent>
|
||||||
|
#include <QPainter>
|
||||||
|
+#include <QPainterPath>
|
||||||
|
#include <QPoint>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QSignalMapper>
|
Loading…
Add table
Reference in a new issue