mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
param description fix
This commit is contained in:
parent
fb6f181fa8
commit
a2e010c31e
@ -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/,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user