Skip to content

Commit 8c31299

Browse files
committed
Fix warning
1 parent f2c9160 commit 8c31299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsmaplayer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ QgsMapLayer::ReadableStyleCategory QgsMapLayer::readableStyleCategory( QgsMapLay
114114
case AllStyleCategories :
115115
return ReadableStyleCategory( tr( "All Categories" ) );
116116
}
117+
return ReadableStyleCategory( tr( "All Categories" ) ); // no warnings
117118
}
118119

119120
QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type,

0 commit comments

Comments
 (0)