From 9f1f3ead1ef6fc544faeafbdde66c64d1f794e48 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Tue, 12 Sep 2017 18:33:09 +0200 Subject: [PATCH] Allow gpkg to also show vectors in zipped files --- src/core/qgsdataitem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/qgsdataitem.cpp b/src/core/qgsdataitem.cpp index 1e92bc7498b..8d76c083d10 100644 --- a/src/core/qgsdataitem.cpp +++ b/src/core/qgsdataitem.cpp @@ -1312,7 +1312,6 @@ QVector 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 {