mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-21 00:03:03 -04:00
Add missing docstring
This commit is contained in:
parent
180b5496ef
commit
3d9b8bbd69
@ -63,6 +63,11 @@ Returns the global layout item GUI registry, used for registering the GUI behavi
|
||||
%End
|
||||
|
||||
static QgsProcessingGuiRegistry *processingGuiRegistry();
|
||||
%Docstring
|
||||
Returns the global processing gui registry, used for registering the GUI behavior of processing algorithms.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
%End
|
||||
|
||||
static void enableAutoGeometryRestore( QWidget *widget, const QString &key = QString() );
|
||||
%Docstring
|
||||
|
@ -90,6 +90,10 @@ class GUI_EXPORT QgsGui
|
||||
*/
|
||||
static QgsLayoutItemGuiRegistry *layoutItemGuiRegistry();
|
||||
|
||||
/**
|
||||
* Returns the global processing gui registry, used for registering the GUI behavior of processing algorithms.
|
||||
* \since QGIS 3.2
|
||||
*/
|
||||
static QgsProcessingGuiRegistry *processingGuiRegistry();
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user