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