Skip to content

Commit fff52c7

Browse files
3nidsm-kuhn
authored andcommitted
fix icon path
1 parent 380d02e commit fff52c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsgeometryvalidationmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ QVariant QgsGeometryValidationModel::data( const QModelIndex &index, int role )
5656
if ( topologyError->status() == QgsGeometryCheckError::StatusFixed )
5757
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmCheckGeometry.svg" ) );
5858
else
59-
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmLineIntersection.svg" ) );
59+
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmLineIntersections.svg" ) );
6060

6161
case Qt::DisplayRole:
6262
FALLTHROUGH;

0 commit comments

Comments
 (0)