kcm-wacomtablet: fix build w/ qt5-5.15.0 (QPainterPath)
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user