Skip to content

Commit 9f1f3ea

Browse files
committedSep 18, 2017
Allow gpkg to also show vectors in zipped files
1 parent 7de9999 commit 9f1f3ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsdataitem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,6 @@ QVector<QgsDataItem *> QgsZipItem::createChildren()
13121312
// the item comes with zipped file name, set the name to relative path within zip file
13131313
item->setName( fileName );
13141314
children.append( item );
1315-
break;
13161315
}
13171316
else
13181317
{

0 commit comments

Comments
 (0)
Please sign in to comment.