1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-16 00:02:11 -04:00

Allow gpkg to also show vectors in zipped files

This commit is contained in:
Alessandro Pasotti 2017-09-12 18:33:09 +02:00
parent 7de9999248
commit 9f1f3ead1e

@ -1312,7 +1312,6 @@ QVector<QgsDataItem *> QgsZipItem::createChildren()
// the item comes with zipped file name, set the name to relative path within zip file // the item comes with zipped file name, set the name to relative path within zip file
item->setName( fileName ); item->setName( fileName );
children.append( item ); children.append( item );
break;
} }
else else
{ {