This commit is contained in:
vcloarec 2020-07-08 13:37:33 -04:00
parent 2e3fabf945
commit 57f46591eb

View File

@ -36,6 +36,7 @@ class QgsMapLayer;
class QgsGeometryValidator; class QgsGeometryValidator;
class QgsMapToolCaptureRubberband; class QgsMapToolCaptureRubberband;
#ifndef SIP_RUN
/** /**
* Class that reprensents a rubber can that can be linear or circular. * Class that reprensents a rubber can that can be linear or circular.
*/ */
@ -102,6 +103,8 @@ class QgsMapToolCaptureRubberband: public QgsGeometryRubberBand
QgsPoint mFirstPolygonPoint; QgsPoint mFirstPolygonPoint;
}; };
#endif //SIP_RUN
/** /**
* \ingroup gui * \ingroup gui
* \class QgsMapToolCapture * \class QgsMapToolCapture