Skip to content

Commit

Permalink
fix icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Oct 15, 2018
1 parent 380d02e commit fff52c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsgeometryvalidationmodel.cpp
Expand Up @@ -56,7 +56,7 @@ QVariant QgsGeometryValidationModel::data( const QModelIndex &index, int role )
if ( topologyError->status() == QgsGeometryCheckError::StatusFixed )
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmCheckGeometry.svg" ) );
else
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmLineIntersection.svg" ) );
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmLineIntersections.svg" ) );

case Qt::DisplayRole:
FALLTHROUGH;
Expand Down

0 comments on commit fff52c7

Please sign in to comment.