mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
nc shouldn't be in inexpensive list
This commit is contained in:
parent
23bd6a8ea1
commit
d1f2031283
@ -52,8 +52,7 @@ const QStringList QgsGdalUtils::INEXPENSIVE_TO_SCAN_EXTENSIONS
|
||||
{
|
||||
QStringLiteral( "xlsx" ),
|
||||
QStringLiteral( "ods" ),
|
||||
QStringLiteral( "csv" ),
|
||||
QStringLiteral( "nc" ) };
|
||||
QStringLiteral( "csv" ) };
|
||||
|
||||
bool QgsGdalUtils::supportsRasterCreate( GDALDriverH driver )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user