We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fba32 commit 21e08c2Copy full SHA for 21e08c2
src/server/services/wms/qgswmsgetlegendgraphics.cpp
@@ -54,7 +54,7 @@ namespace QgsWms
54
break;
55
default:
56
throw QgsServiceException( "InvalidFormat",
57
- QString( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
+ QStringLiteral( "Output format '%1' is not supported in the GetLegendGraphic request" ).arg( format ) );
58
59
}
60
0 commit comments