Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2018
1 parent 180b549 commit 3d9b8bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/gui/qgsgui.sip.in
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions src/gui/qgsgui.h
Expand Up @@ -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();

/**
Expand Down

0 comments on commit 3d9b8bb

Please sign in to comment.