Skip to content

Commit

Permalink
auto sipify 🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
qgis-bot committed Oct 9, 2024
1 parent 7999e6f commit 64e7991
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/PyQt6/core/auto_additions/qgssettingstree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# The following has been generated automatically from src/core/settings/qgssettingstree.h
try:
QgsSettingsTree.treeRoot = staticmethod(QgsSettingsTree.treeRoot)
QgsSettingsTree.createPluginTreeNode = staticmethod(QgsSettingsTree.createPluginTreeNode)
QgsSettingsTree.unregisterPluginTreeNode = staticmethod(QgsSettingsTree.unregisterPluginTreeNode)
QgsSettingsTree.__group__ = ['settings']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class QgsSettingsTree
%End
public:

static QgsSettingsTreeNode *treeRoot();
%Docstring
Returns the tree root node for the settings tree
%End


static const QgsSettingsTreeNode *node( const QString &key );
%Docstring
Expand Down
1 change: 1 addition & 0 deletions python/PyQt6/core/class_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15870,6 +15870,7 @@ QgsSettingsRegistry: src/core/settings/qgssettingsregistry.h#L38
QgsSettingsRegistryCore: src/core/settings/qgssettingsregistrycore.h#L43
QgsSettingsTree.createPluginTreeNode: src/core/settings/qgssettingstree.h#L80
QgsSettingsTree.node: src/core/settings/qgssettingstree.h#L75
QgsSettingsTree.treeRoot: src/core/settings/qgssettingstree.h#L38
QgsSettingsTree.unregisterPluginTreeNode: src/core/settings/qgssettingstree.h#L86
QgsSettingsTree: src/core/settings/qgssettingstree.h#L30
QgsSettingsTreeNamedListNode.deleteAllItems: src/core/settings/qgssettingstreenode.h#L240
Expand Down
1 change: 1 addition & 0 deletions python/core/auto_additions/qgssettingstree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# The following has been generated automatically from src/core/settings/qgssettingstree.h
try:
QgsSettingsTree.treeRoot = staticmethod(QgsSettingsTree.treeRoot)
QgsSettingsTree.createPluginTreeNode = staticmethod(QgsSettingsTree.createPluginTreeNode)
QgsSettingsTree.unregisterPluginTreeNode = staticmethod(QgsSettingsTree.unregisterPluginTreeNode)
QgsSettingsTree.__group__ = ['settings']
Expand Down
5 changes: 5 additions & 0 deletions python/core/auto_generated/settings/qgssettingstree.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class QgsSettingsTree
%End
public:

static QgsSettingsTreeNode *treeRoot();
%Docstring
Returns the tree root node for the settings tree
%End


static const QgsSettingsTreeNode *node( const QString &key );
%Docstring
Expand Down
1 change: 1 addition & 0 deletions python/core/class_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15870,6 +15870,7 @@ QgsSettingsRegistry: src/core/settings/qgssettingsregistry.h#L38
QgsSettingsRegistryCore: src/core/settings/qgssettingsregistrycore.h#L43
QgsSettingsTree.createPluginTreeNode: src/core/settings/qgssettingstree.h#L80
QgsSettingsTree.node: src/core/settings/qgssettingstree.h#L75
QgsSettingsTree.treeRoot: src/core/settings/qgssettingstree.h#L38
QgsSettingsTree.unregisterPluginTreeNode: src/core/settings/qgssettingstree.h#L86
QgsSettingsTree: src/core/settings/qgssettingstree.h#L30
QgsSettingsTreeNamedListNode.deleteAllItems: src/core/settings/qgssettingstreenode.h#L240
Expand Down

0 comments on commit 64e7991

Please sign in to comment.