mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Initialize VirtualLayerProvider's extent to null
This commit is contained in:
parent
8017a314cd
commit
ec90b8026a
@ -50,6 +50,7 @@ QgsVirtualLayerProvider::QgsVirtualLayerProvider( QString const &uri,
|
||||
: QgsVectorDataProvider( uri, options, flags )
|
||||
{
|
||||
mError.clear();
|
||||
mExtent.setNull(); // ideally not needed
|
||||
|
||||
const QUrl url = QUrl::fromEncoded( uri.toUtf8() );
|
||||
if ( !url.isValid() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user