param description fix

This commit is contained in:
Radim Blazek 2017-06-21 17:02:35 +02:00
parent fb6f181fa8
commit a2e010c31e
2 changed files with 4 additions and 4 deletions

View File

@ -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/,

View File

@ -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,