Skip to content

Commit

Permalink
Geopackage items: add URI to tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 14, 2017
1 parent e4231fd commit 4504a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/ogr/qgsgeopackagedataitems.cpp
Expand Up @@ -528,6 +528,7 @@ void QgsGeoPackageAbstractLayerItem::deleteLayer()
QgsGeoPackageAbstractLayerItem::QgsGeoPackageAbstractLayerItem( QgsDataItem *parent, const QString &name, const QString &path, const QString &uri, QgsLayerItem::LayerType layerType, const QString &providerKey )
: QgsLayerItem( parent, name, path, uri, layerType, providerKey )
{
mToolTip = uri;
setState( Populated ); // no children are expected
}

Expand Down

0 comments on commit 4504a1d

Please sign in to comment.