Skip to content

Commit

Permalink
param description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Jun 21, 2017
1 parent fb6f181 commit a2e010c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayerexporter.sip
Expand Up @@ -154,8 +154,8 @@ class QgsVectorLayerExporterTask : QgsTask
%Docstring
Constructor for QgsVectorLayerExporterTask. Takes a source ``layer``, destination ``uri``
and ``providerKey``, and various export related parameters such as destination CRS
and export ``options``.
\param ownsLayer take ownership of layer and deletes it after export
and export ``options``. ``ownsLayer`` has to be set to true if the task should take ownership
of the layer and delete it after export.
%End

static QgsVectorLayerExporterTask *withLayerOwnership( QgsVectorLayer *layer /Transfer/,
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsvectorlayerexporter.h
Expand Up @@ -188,8 +188,8 @@ class CORE_EXPORT QgsVectorLayerExporterTask : public QgsTask
/**
* Constructor for QgsVectorLayerExporterTask. Takes a source \a layer, destination \a uri
* and \a providerKey, and various export related parameters such as destination CRS
* and export \a options.
* \param ownsLayer take ownership of layer and deletes it after export
* and export \a options. \a ownsLayer has to be set to true if the task should take ownership
* of the layer and delete it after export.
*/
QgsVectorLayerExporterTask( QgsVectorLayer *layer,
const QString &uri,
Expand Down

0 comments on commit a2e010c

Please sign in to comment.