Skip to content
Permalink
Browse files
Fix indentation
  • Loading branch information
nyalldawson committed Aug 30, 2016
1 parent 93b124e commit a4ffbf3
Showing 1 changed file with 2 additions and 2 deletions.
@@ -248,8 +248,8 @@ void QgsAttributeTypeDialog::defaultExpressionChanged()
}

QgsExpressionContext context;
context << QgsExpressionContextUtils::globalScope()
<< QgsExpressionContextUtils::projectScope()
context << QgsExpressionContextUtils::globalScope()
<< QgsExpressionContextUtils::projectScope()
<< QgsExpressionContextUtils::layerScope( mLayer );

if ( !mPreviewFeature.isValid() )

0 comments on commit a4ffbf3

Please sign in to comment.