We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent aa05126 commit da63ba4Copy full SHA for da63ba4
python/core/layertree/qgslayertreegroup.sip
@@ -15,9 +15,9 @@ class QgsLayerTreeGroup : QgsLayerTreeNode
15
QString name() const;
16
void setName( const QString& n );
17
18
- QgsLayerTreeGroup* addGroup( const QString& name ) /Factory/;
19
- QgsLayerTreeLayer* insertLayer( int index, QgsMapLayer* layer ) /Factory/;
20
- QgsLayerTreeLayer* addLayer( QgsMapLayer* layer ) /Factory/;
+ QgsLayerTreeGroup* addGroup( const QString& name );
+ QgsLayerTreeLayer* insertLayer( int index, QgsMapLayer* layer );
+ QgsLayerTreeLayer* addLayer( QgsMapLayer* layer );
21
22
void insertChildNodes( int index, QList<QgsLayerTreeNode*> nodes /Transfer/ );
23
void insertChildNode( int index, QgsLayerTreeNode* node /Transfer/ );
0 commit comments