Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed Sep 14, 2018
1 parent f2c9160 commit 8c31299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsmaplayer.cpp
Expand Up @@ -114,6 +114,7 @@ QgsMapLayer::ReadableStyleCategory QgsMapLayer::readableStyleCategory( QgsMapLay
case AllStyleCategories :
return ReadableStyleCategory( tr( "All Categories" ) );
}
return ReadableStyleCategory( tr( "All Categories" ) ); // no warnings
}

QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,
Expand Down

0 comments on commit 8c31299

Please sign in to comment.