Skip to content

Commit

Permalink
No fallthrough required
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent e379f94 commit 1503422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsgeometryvalidationmodel.cpp
Expand Up @@ -75,8 +75,6 @@ QVariant QgsGeometryValidationModel::data( const QModelIndex &index, int role )
return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmLineIntersections.svg" ) );

case Qt::DisplayRole:
FALLTHROUGH;

case DetailsRole:
{
const QgsFeatureId fid = topologyError->featureId();
Expand Down

0 comments on commit 1503422

Please sign in to comment.