mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
indentation
This commit is contained in:
parent
7e86c30c18
commit
1f3b8e3a30
@ -219,7 +219,7 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *layer, QgsAttr
|
||||
}
|
||||
|
||||
// If sort expression requires geometry, we'll need to fetch it
|
||||
needsGeom |= mLayer && QgsExpression( mLayer->attributeTableConfig().sortExpression() ).needsGeometry();
|
||||
needsGeom |= mLayer && QgsExpression( mLayer->attributeTableConfig().sortExpression() ).needsGeometry();
|
||||
if ( !needsGeom )
|
||||
request.setFlags( Qgis::FeatureRequestFlag::NoGeometry );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user