Skip to content

Commit 22008a5

Browse files
committed
doxymentation
1 parent d421b85 commit 22008a5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

python/core/qgsproject.sip.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,11 @@ Emitted when a layer from a projects was read.
913913
void loadingLayer( const QString &layerName );
914914

915915
void loadingLayerMessages( const QString &layerName, const QList<QPair<Qgis::MessageLevel, QString>> &messages );
916+
%Docstring
917+
Emitted when loading layers has produced some messages
918+
@param layerName the layer name
919+
@param messages a list of pairs of Qgis.MessageLevel and messages
920+
%End
916921

917922
void nonIdentifiableLayersChanged( QStringList nonIdentifiableLayers );
918923
%Docstring

src/core/qgsproject.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,11 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
889889

890890
void loadingLayer( const QString &layerName );
891891

892+
/**
893+
* @brief Emitted when loading layers has produced some messages
894+
* @param layerName the layer name
895+
* @param messages a list of pairs of Qgis::MessageLevel and messages
896+
*/
892897
void loadingLayerMessages( const QString &layerName, const QList<QPair<Qgis::MessageLevel, QString>> &messages );
893898

894899
//! Emitted when the list of layer which are excluded from map identification changes

0 commit comments

Comments
 (0)