Skip to content

Commit c9038f4

Browse files
committedDec 6, 2017
Update sip binding
1 parent 096f689 commit c9038f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/gui/qgsmaptoolcapture.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Removes the last vertex from mRubberBand and mCaptureList
151151
:rtype: int
152152
%End
153153

154-
QVector<QgsPointXY> points();
154+
QVector<QgsPointXY> points() const;
155155
%Docstring
156156
List of digitized points
157157
:return: List of points

0 commit comments

Comments
 (0)
Please sign in to comment.