Skip to content

Commit

Permalink
missing sip file
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 12, 2021
1 parent a4a100e commit 49a9fec
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions python/gui/auto_generated/settings/qgssettingsregistrygui.sip.in
@@ -0,0 +1,42 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/settings/qgssettingsregistrygui.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/




class QgsSettingsRegistryGui : QgsSettingsRegistry
{
%Docstring(signature="appended")
:py:class:`QgsSettingsRegistryGui` is used for settings introspection and collects all
:py:class:`QgsSettingsEntry` instances of gui.

.. versionadded:: 3.22
%End

%TypeHeaderCode
#include "qgssettingsregistrygui.h"
%End
public:

QgsSettingsRegistryGui();
%Docstring
Constructor for QgsSettingsRegistryGui.
%End

virtual ~QgsSettingsRegistryGui();


};

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/settings/qgssettingsregistrygui.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

0 comments on commit 49a9fec

Please sign in to comment.