Skip to content

Commit 21e08c2

Browse files
m-kuhndmarteau
andcommitted
Update src/server/services/wms/qgswmsgetlegendgraphics.cpp
Co-Authored-By: dmarteau <dhmarteau@gmail.com>
1 parent 47fba32 commit 21e08c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/services/wms/qgswmsgetlegendgraphics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace QgsWms
5454
break;
5555
default:
5656
throw QgsServiceException( "InvalidFormat",
57-
QString( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
57+
QStringLiteral( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
5858
break;
5959
}
6060

0 commit comments

Comments
 (0)