mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Indentation
This commit is contained in:
parent
41c1d6b9b8
commit
7335482030
@ -588,9 +588,9 @@ void QgsVectorLayerFeatureIterator::prepareFields()
|
||||
void QgsVectorLayerFeatureIterator::createOrderedJoinList()
|
||||
{
|
||||
mOrderedJoinInfoList = mFetchJoinInfo.values();
|
||||
if( mOrderedJoinInfoList.size() < 2 )
|
||||
if ( mOrderedJoinInfoList.size() < 2 )
|
||||
{
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
QSet<int> resolvedFields; //todo: get provider / virtual fields without joins
|
||||
|
Loading…
x
Reference in New Issue
Block a user