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 authored and github-actions[bot] committed Nov 2, 2021
1 parent 850ee56 commit c5e3e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/browser/qgszipitem.cpp
Expand Up @@ -60,7 +60,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 c5e3e52

Please sign in to comment.