We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545ac27 commit ebed93fCopy full SHA for ebed93f
src/providers/ogr/qgsgeopackagedataitems.cpp
@@ -65,7 +65,7 @@ QVector<QgsDataItem *> QgsGeoPackageRootItem::createChildren()
65
for ( const QString &connName : connList )
66
{
67
QgsOgrDbConnection connection( connName, QStringLiteral( "GPKG" ) );
68
- QgsDataItem *conn = new QgsGeoPackageConnectionItem( this, connection.name(), connection.uri().encodedUri() );
+ QgsDataItem *conn = new QgsGeoPackageConnectionItem( this, connection.name(), connection.path() );
69
70
connections.append( conn );
71
}
0 commit comments