summaryrefslogtreecommitdiffstats
path: root/gis/qmapshack/QPainterPath.patch
blob: 7290f76f09c128685dae0e8eee8aa2c39032d023 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Naur qmapshack-V_1.15.0/src/qmapshack/helpers/CDraw.h qmapshack-V_1.15.0_X/src/qmapshack/helpers/CDraw.h
--- qmapshack-V_1.15.0/src/qmapshack/helpers/CDraw.h	2020-06-14 12:22:49.000000000 +0200
+++ qmapshack-V_1.15.0_X/src/qmapshack/helpers/CDraw.h	2020-06-14 20:55:16.675484111 +0200
@@ -21,6 +21,7 @@
 #define CPAINTER_H
 
 #include <QPainter>
+#include <QPainterPath>
 #include <QPolygonF>
 #include <QRectF>
 
diff -Naur qmapshack-V_1.15.0/src/qmaptool/helpers/CDraw.h qmapshack-V_1.15.0_X/src/qmaptool/helpers/CDraw.h
--- qmapshack-V_1.15.0/src/qmaptool/helpers/CDraw.h	2020-06-14 12:22:49.000000000 +0200
+++ qmapshack-V_1.15.0_X/src/qmaptool/helpers/CDraw.h	2020-06-14 20:54:50.688816110 +0200
@@ -21,6 +21,7 @@
 #define CPAINTER_H
 
 #include <QPainter>
+#include <QPainterPath>
 #include <QPolygonF>
 #include <QRectF>