Skip to content

Commit f45ab79

Browse files
signedavm-kuhn
andauthoredMay 12, 2020
Update src/core/qgsvectorlayerjoinbuffer.h
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
1 parent 74b5c09 commit f45ab79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsvectorlayerjoinbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class CORE_EXPORT QgsVectorLayerJoinBuffer : public QObject, public QgsFeatureSi
197197
* parameter is the one coming from the target layer.
198198
*
199199
* \param fid The feature id from the target layer to delete
200-
* \param context The chain of features who will be deleted for feedback and to avoid endless recursions
200+
* \param context The chain of features which will be deleted for feedback and to avoid infinite recursions. Can be NULLPTR.
201201
*
202202
* \returns FALSE if an error happened, TRUE otherwise
203203
*

0 commit comments

Comments
 (0)
Please sign in to comment.