mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Don't get distracted...
This commit is contained in:
parent
22ae228a9d
commit
b10fc70d37
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user