Skip to content

Commit

Permalink
Merge pull request #9233 from Alexis-B/typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
m-kuhn committed Feb 21, 2019
2 parents 5a96fab + 5b230ab commit 3c2d44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgstaskmanager.sip.in
Expand Up @@ -398,7 +398,7 @@ Returns true if all dependencies for the specified task are satisfied
QList< QgsMapLayer * > dependentLayers( long taskId ) const;
%Docstring
Returns a list of layers on which as task is dependent. The task will automatically
be canceled if any of these layers are above to be removed.
be canceled if any of these layers are about to be removed.

:param taskId: task ID

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgstaskmanager.h
Expand Up @@ -467,7 +467,7 @@ class CORE_EXPORT QgsTaskManager : public QObject

/**
* Returns a list of layers on which as task is dependent. The task will automatically
* be canceled if any of these layers are above to be removed.
* be canceled if any of these layers are about to be removed.
* \param taskId task ID
* \returns list of layers
* \see tasksDependentOnLayer()
Expand Down

0 comments on commit 3c2d44b

Please sign in to comment.