Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Apply suggestions from code review
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
src/core/providers/ogr/qgsogrprovider.cpp
|
@@ -2359,9 +2359,7 @@ bool QgsOgrProvider::_setSubsetString( const QString &theSQL, bool updateFeature |
|
|
// check the validity of the layer if subset string has changed |
|
|
if ( subsetStringHasChanged ) |
|
|
{ |
|
|
QgsDebugMsgLevel( QStringLiteral( "checking validity" ), 4 ); |
|
|
loadFields(); |
|
|
QgsDebugMsgLevel( QStringLiteral( "Done checking validity" ), 4 ); |
|
|
} |
|
|
|
|
|
invalidateCachedExtent( false ); |
|
@@ -7128,4 +7126,3 @@ QgsProviderMetadata::ProviderCapabilities QgsOgrProviderMetadata::providerCapabi |
|
|
return FileBasedUris; |
|
|
} |
|
|
///@endcond |
|
|
|