We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c9160 commit 8c31299Copy full SHA for 8c31299
src/core/qgsmaplayer.cpp
@@ -114,6 +114,7 @@ QgsMapLayer::ReadableStyleCategory QgsMapLayer::readableStyleCategory( QgsMapLay
114
case AllStyleCategories :
115
return ReadableStyleCategory( tr( "All Categories" ) );
116
}
117
+ return ReadableStyleCategory( tr( "All Categories" ) ); // no warnings
118
119
120
QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,
0 commit comments