Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Geopackage items: add URI to tooltip
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/providers/ogr/qgsgeopackagedataitems.cpp
|
@@ -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 |
|
|
} |
|
|
|
|
|