File tree 2 files changed +2
-2
lines changed
python/core/auto_generated
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Returns true if all dependencies for the specified task are satisfied
398
398
QList< QgsMapLayer * > dependentLayers( long taskId ) const;
399
399
%Docstring
400
400
Returns a list of layers on which as task is dependent. The task will automatically
401
- be canceled if any of these layers are above to be removed.
401
+ be canceled if any of these layers are about to be removed.
402
402
403
403
:param taskId: task ID
404
404
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ class CORE_EXPORT QgsTaskManager : public QObject
467
467
468
468
/* *
469
469
* Returns a list of layers on which as task is dependent. The task will automatically
470
- * be canceled if any of these layers are above to be removed.
470
+ * be canceled if any of these layers are about to be removed.
471
471
* \param taskId task ID
472
472
* \returns list of layers
473
473
* \see tasksDependentOnLayer()
You can’t perform that action at this time.
0 commit comments