File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ class QgsVectorLayerExporterTask : QgsTask
154
154
%Docstring
155
155
Constructor for QgsVectorLayerExporterTask. Takes a source ``layer``, destination ``uri``
156
156
and ``providerKey``, and various export related parameters such as destination CRS
157
- and export ``options``.
158
- \param ownsLayer take ownership of layer and deletes it after export
157
+ and export ``options``. ``ownsLayer`` has to be set to true if the task should take ownership
158
+ of the layer and delete it after export.
159
159
%End
160
160
161
161
static QgsVectorLayerExporterTask *withLayerOwnership( QgsVectorLayer *layer /Transfer/,
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ class CORE_EXPORT QgsVectorLayerExporterTask : public QgsTask
188
188
/* *
189
189
* Constructor for QgsVectorLayerExporterTask. Takes a source \a layer, destination \a uri
190
190
* and \a providerKey, and various export related parameters such as destination CRS
191
- * and export \a options.
192
- * \param ownsLayer take ownership of layer and deletes it after export
191
+ * and export \a options. \a ownsLayer has to be set to true if the task should take ownership
192
+ * of the layer and delete it after export.
193
193
*/
194
194
QgsVectorLayerExporterTask ( QgsVectorLayer *layer,
195
195
const QString &uri,
You can’t perform that action at this time.
0 commit comments