Skip to content

Commit

Permalink
Update src/gui/qgsbrowserdockwidget_p.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
wonder-sk and nyalldawson committed Mar 28, 2020
1 parent 81a7af7 commit 4e7809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsbrowserdockwidget_p.cpp
Expand Up @@ -211,7 +211,7 @@ void QgsBrowserLayerProperties::setItem( QgsDataItem *item )

case QgsMapLayerType::VectorTileLayer:
{
QgsDebugMsg( QStringLiteral( "creating vector tile layer" ) );
QgsDebugMsgLevel( QStringLiteral( "creating vector tile layer" ), 2 );
mLayer = qgis::make_unique< QgsVectorTileLayer >( layerItem->uri(), layerItem->name() );
break;
}
Expand Down

0 comments on commit 4e7809c

Please sign in to comment.