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

View File

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