Skip to content

Commit

Permalink
spelling stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Oct 26, 2017
1 parent 82d94aa commit 69f069a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayerutils.sip
Expand Up @@ -103,7 +103,7 @@ class QgsVectorLayerUtils
\param feature the active feature
\param project
\param depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
\param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. childs)
\param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
.. versionadded:: 3.0
:rtype: QgsFeature
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayerutils.h
Expand Up @@ -113,7 +113,7 @@ class CORE_EXPORT QgsVectorLayerUtils
* \param feature the active feature
* \param project
* \param depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
* \param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. childs)
* \param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
* \since QGIS 3.0
*/
static QgsFeature duplicateFeature( QgsVectorLayer *layer, const QgsFeature &feature, QgsProject *project, int depth, QgsDuplicateFeatureContext &duplicateFeatureContext SIP_OUT );
Expand Down

0 comments on commit 69f069a

Please sign in to comment.