Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix type in parametername deletedCount
  • Loading branch information
signedav committed May 8, 2020
1 parent 652cc99 commit 87de7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsvectorlayer.sip.in
Expand Up @@ -1275,7 +1275,7 @@ Deletes a vertex from a feature.
%Docstring
Deletes the selected features

:param deleteCount: The number of successfully deleted features
:param deletedCount: The number of successfully deleted features
:param context: The chain of features who will be deleted for feedback and to avoid endless recursions

:return: ``True`` in case of success and ``False`` otherwise
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -1294,7 +1294,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte

/**
* Deletes the selected features
* \param deleteCount The number of successfully deleted features
* \param deletedCount The number of successfully deleted features
* \param context The chain of features who will be deleted for feedback and to avoid endless recursions
*
* \returns TRUE in case of success and FALSE otherwise
Expand Down

0 comments on commit 87de7de

Please sign in to comment.