diff options
Diffstat (limited to 'gis/qmapshack/QPainterPath.patch')
-rw-r--r-- | gis/qmapshack/QPainterPath.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gis/qmapshack/QPainterPath.patch b/gis/qmapshack/QPainterPath.patch new file mode 100644 index 0000000000000..7290f76f09c12 --- /dev/null +++ b/gis/qmapshack/QPainterPath.patch @@ -0,0 +1,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> + |