Skip to content

Commit

Permalink
[Geometry checker] Add tooltip with data source to layers in setup tab
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 23, 2017
1 parent 0b974c6 commit 9fe1d7b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +123,7 @@ void QgsGeometryCheckerSetupTab::updateLayers()
{
supportedGeometryType = false;
}
item->setToolTip( layer->dataProvider()->dataSourceUri() );
item->setData( LayerIdRole, layer->id() );
if ( supportedGeometryType )
{
Expand Down

0 comments on commit 9fe1d7b

Please sign in to comment.