kcm-wacomtablet: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
parent
945e0c7799
commit
a8c0f6071a
1 changed files with 10 additions and 0 deletions
10
srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch
Normal file
10
srcpkgs/kcm-wacomtablet/patches/QPainterPath.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/kcmodule/pressurecurvewidget.cpp 2019-07-21 20:35:36.000000000 +0200
|
||||
+++ src/kcmodule/pressurecurvewidget.cpp 2020-09-02 16:40:32.608875141 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
//Qt includes
|
||||
#include <QDebug>
|
||||
#include <QPainter>
|
||||
+#include <QPainterPath>
|
||||
#include <QMouseEvent>
|
||||
#include <QResizeEvent>
|
||||
#include <QTabletEvent>
|
Loading…
Reference in a new issue