Navigation Menu

Skip to content

Commit

Permalink
Fix missing docs and sip coverage (followup 968e02d)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 14, 2016
1 parent 9afd6b0 commit 9950b08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/layertree/qgslayertreemodel.sip
Expand Up @@ -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 );

Expand Down
2 changes: 2 additions & 0 deletions src/core/layertree/qgslayertreemodel.h
Expand Up @@ -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 );
Expand Down

0 comments on commit 9950b08

Please sign in to comment.