Skip to content

Commit

Permalink
add missing doc+
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 5, 2020
1 parent 01f7662 commit 7fbc8a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/auto_generated/layertree/qgslayertreemodel.sip.in
Expand Up @@ -322,7 +322,13 @@ displays.
%End

signals:

void messageEmitted( const QString &message );
%Docstring
Emits a message than can be displayed to the user in a GUI class

.. versionadded:: 3.14
%End

protected slots:
void nodeWillAddChildren( QgsLayerTreeNode *node, int indexFrom, int indexTo );
Expand Down
5 changes: 5 additions & 0 deletions src/core/layertree/qgslayertreemodel.h
Expand Up @@ -287,6 +287,11 @@ class CORE_EXPORT QgsLayerTreeModel : public QAbstractItemModel
static int scaleIconSize( int standardSize );

signals:

/**
* Emits a message than can be displayed to the user in a GUI class
* \since QGIS 3.14
*/
void messageEmitted( const QString &message );

protected slots:
Expand Down

0 comments on commit 7fbc8a4

Please sign in to comment.