mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix bindings
This commit is contained in:
parent
f5cecc2978
commit
3b5b6936fc
@ -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
|
||||
};
|
||||
|
||||
|
||||
@ -29,10 +29,11 @@
|
||||
*/
|
||||
class CORE_EXPORT QgsSettingsTree
|
||||
{
|
||||
#ifndef SIP_RUN
|
||||
|
||||
public:
|
||||
|
||||
#ifndef SIP_RUN
|
||||
|
||||
/**
|
||||
* Returns the tree root node for the settings tree
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user