Skip to content

Commit

Permalink
Fix population of zip item layers in browser
Browse files Browse the repository at this point in the history
Fixes #45769
  • Loading branch information
nyalldawson committed Nov 2, 2021
1 parent 14bd167 commit b1221a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/browser/qgszipitem.cpp
Expand Up @@ -62,7 +62,7 @@ void QgsZipItem::init()
static std::once_flag initialized;
std::call_once( initialized, [ = ]
{
sProviderNames << QStringLiteral( "OGR" ) << QStringLiteral( "GDAL" );
sProviderNames << QStringLiteral( "files" );
} );
}

Expand Down

0 comments on commit b1221a2

Please sign in to comment.