diff options
-rw-r--r-- | astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h b/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h deleted file mode 100644 index 679385fd0bc7..000000000000 --- a/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h +++ /dev/null @@ -1,13 +0,0 @@ -Provide full definition of IDrawContext, needed when #including -this file in a context (ha!) without that definition already. - ---- src/qmapshack/dem/IDem.h.orig 2018-02-23 16:39:15 UTC -+++ src/qmapshack/dem/IDem.h -@@ -19,6 +19,7 @@ - #ifndef IDEM_H - #define IDEM_H - -+#include "canvas/IDrawContext.h" - #include "canvas/IDrawObject.h" - #include <QObject> - #include <QPointer> |