summarylogtreecommitdiffstats
path: root/QtPainterPath.patch
diff options
context:
space:
mode:
authorhaawda2021-06-20 23:36:21 +0200
committerhaawda2021-06-20 23:36:21 +0200
commite1f43c02b1f4e0b9e891e9dd02358841b0647c0e (patch)
treef0917797cf30aca2f1f7df6a7f9b75356428207d /QtPainterPath.patch
parentcda85d7b8d8da69e41eb61c1f104d747ec9c5617 (diff)
downloadaur-e1f43c02b1f4e0b9e891e9dd02358841b0647c0e.tar.gz
add patch for missing include in C++-code
Diffstat (limited to 'QtPainterPath.patch')
-rw-r--r--QtPainterPath.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/QtPainterPath.patch b/QtPainterPath.patch
new file mode 100644
index 000000000000..2eb53d470cda
--- /dev/null
+++ b/QtPainterPath.patch
@@ -0,0 +1,12 @@
+diff --git a/src/spezialCheckBox/QvkSpezialCheckbox.h b/src/spezialCheckBox/QvkSpezialCheckbox.h
+index 51322246..389f4dd5 100644
+--- a/src/spezialCheckBox/QvkSpezialCheckbox.h
++++ b/src/spezialCheckBox/QvkSpezialCheckbox.h
+@@ -4,6 +4,7 @@
+
+ #include <QWidget>
+ #include <QPainter>
++#include <QPainterPath>
+
+ class QvkSpezialCheckbox : public QWidget
+ {