mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
fix SIP
This commit is contained in:
parent
2e3fabf945
commit
57f46591eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user