Navigation Menu

Skip to content

Commit

Permalink
astyle all
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 13, 2020
1 parent 1c6ab35 commit 058a2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsfeaturefiltermodel.cpp
Expand Up @@ -63,7 +63,7 @@ void QgsFeatureFilterModel::setSourceLayer( QgsVectorLayer *sourceLayer )
mExpressionContext = sourceLayer->createExpressionContext();
reload();
emit sourceLayerChanged();

setDisplayExpression( sourceLayer->displayExpression() );
}

Expand Down
4 changes: 2 additions & 2 deletions src/gui/vector/qgsdiagramproperties.cpp
Expand Up @@ -789,8 +789,8 @@ void QgsDiagramProperties::apply()

if ( diagramsEnabled && 0 == mDiagramAttributesTreeWidget->topLevelItemCount() )
{
QMessageBox::warning(this, tr( "Diagrams: No attributes added." ),
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to visualize on the diagrams or disable diagrams." ) );
QMessageBox::warning( this, tr( "Diagrams: No attributes added." ),
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to visualize on the diagrams or disable diagrams." ) );
}

if ( mDiagramType == DIAGRAM_NAME_TEXT )
Expand Down

0 comments on commit 058a2b8

Please sign in to comment.