change icon for wmts layer item

This commit is contained in:
Samweli 2019-12-13 11:57:39 +03:00 committed by Nyall Dawson
parent c106d39078
commit 28aefe5711

View File

@ -326,6 +326,7 @@ QgsWMTSLayerItem::QgsWMTSLayerItem( QgsDataItem *parent,
, mTitle( title ) , mTitle( title )
{ {
mUri = createUri(); mUri = createUri();
mIconName = QStringLiteral( "mIconWms.svg" );
setState( Populated ); setState( Populated );
} }