This commit is contained in:
Nyall Dawson 2023-10-09 09:49:44 +10:00
parent 3eca7e2e83
commit 58c13215c4
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ but will be transferred to a QgsTaskManager.
QThreadPool *threadPool();
%Docstring
Returns the threadpool utilised by the task manager.
Returns the threadpool utilized by the task manager.
.. versionadded:: 3.34
%End

View File

@ -431,7 +431,7 @@ class CORE_EXPORT QgsTaskManager : public QObject
};
/**
* Returns the threadpool utilised by the task manager.
* Returns the threadpool utilized by the task manager.
*
* \since QGIS 3.34
*/