Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow gpkg to also show vectors in zipped files
  • Loading branch information
elpaso committed Sep 18, 2017
1 parent 7de9999 commit 9f1f3ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 9f1f3ea

Please sign in to comment.