mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix missing docs and sip coverage (followup 968e02d6)
This commit is contained in:
parent
9afd6b0a2e
commit
9950b085d4
@ -190,6 +190,9 @@ class QgsLayerTreeModel : QAbstractItemModel
|
||||
void nodeRemovedChildren();
|
||||
|
||||
void nodeVisibilityChanged( QgsLayerTreeNode* node );
|
||||
//! Updates model when node's name has changed
|
||||
//! @note added in 3.0
|
||||
void nodeNameChanged( QgsLayerTreeNode* node, const QString& name );
|
||||
|
||||
void nodeCustomPropertyChanged( QgsLayerTreeNode* node, const QString& key );
|
||||
|
||||
|
@ -216,6 +216,8 @@ class CORE_EXPORT QgsLayerTreeModel : public QAbstractItemModel
|
||||
void nodeRemovedChildren();
|
||||
|
||||
void nodeVisibilityChanged( QgsLayerTreeNode* node );
|
||||
//! Updates model when node's name has changed
|
||||
//! @note added in 3.0
|
||||
void nodeNameChanged( QgsLayerTreeNode* node, const QString& name );
|
||||
|
||||
void nodeCustomPropertyChanged( QgsLayerTreeNode* node, const QString& key );
|
||||
|
Loading…
x
Reference in New Issue
Block a user