Don't get distracted...

This commit is contained in:
Nyall Dawson 2019-07-11 06:54:36 +10:00
parent 22ae228a9d
commit b10fc70d37
2 changed files with 2 additions and 2 deletions

View File

@ -731,7 +731,7 @@ Returns the application's authentication manager instance
.. versionadded:: 3.0 .. versionadded:: 3.0
%End %End
static QgsProcessingRegistry *processingRegistry() /KeepReference/; static QgsProcessingRegistry *processingRegistry();
%Docstring %Docstring
Returns the application's processing registry, used for managing processing providers, Returns the application's processing registry, used for managing processing providers,
algorithms, and various parameters and outputs. algorithms, and various parameters and outputs.

View File

@ -656,7 +656,7 @@ class CORE_EXPORT QgsApplication : public QApplication
* algorithms, and various parameters and outputs. * algorithms, and various parameters and outputs.
* \since QGIS 3.0 * \since QGIS 3.0
*/ */
static QgsProcessingRegistry *processingRegistry() SIP_KEEPREFERENCE; static QgsProcessingRegistry *processingRegistry();
/** /**
* Returns the application's page size registry, used for managing layout page sizes. * Returns the application's page size registry, used for managing layout page sizes.