Skip to content

Commit

Permalink
fix bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 3, 2023
1 parent f5cecc2 commit 3b5b693
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions python/core/auto_generated/settings/qgssettingstree.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ class QgsSettingsTree

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


static QgsSettingsTreeNode *createPluginTreeNode( const QString &pluginName );
%Docstring
Creates a settings tree node for the given ``pluginName``
%End


static void unregisterPluginTreeNode( const QString &pluginName );
%Docstring
Unregisters the tree node for the given plugin
%End
};

Expand Down
3 changes: 2 additions & 1 deletion src/core/settings/qgssettingstree.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
*/
class CORE_EXPORT QgsSettingsTree
{
#ifndef SIP_RUN

public:

#ifndef SIP_RUN

/**
* Returns the tree root node for the settings tree
*/
Expand Down

0 comments on commit 3b5b693

Please sign in to comment.