From 57f46591eb26f85edf0fa8577ec1b193c6f45294 Mon Sep 17 00:00:00 2001 From: vcloarec Date: Wed, 8 Jul 2020 13:37:33 -0400 Subject: [PATCH] fix SIP --- src/gui/qgsmaptoolcapture.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/qgsmaptoolcapture.h b/src/gui/qgsmaptoolcapture.h index 011061223fb..9a9b4f52134 100644 --- a/src/gui/qgsmaptoolcapture.h +++ b/src/gui/qgsmaptoolcapture.h @@ -36,6 +36,7 @@ class QgsMapLayer; class QgsGeometryValidator; class QgsMapToolCaptureRubberband; +#ifndef SIP_RUN /** * Class that reprensents a rubber can that can be linear or circular. */ @@ -102,6 +103,8 @@ class QgsMapToolCaptureRubberband: public QgsGeometryRubberBand QgsPoint mFirstPolygonPoint; }; +#endif //SIP_RUN + /** * \ingroup gui * \class QgsMapToolCapture