Skip to content

Commit

Permalink
Add QStringLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent 0f24e72 commit dee73c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2281,8 +2281,8 @@ namespace QgsWms
QByteArray QgsRenderer::convertFeatureInfoToJson( const QList<QgsMapLayer *> &layers, const QDomDocument &doc ) const
{
QString json;
json.append( "{" );
json.append( ( "\"layers\":[" ) );
json.append( QStringLiteral( "{" ) );
json.append( QStringLiteral( "\"layers\":[" ) );

const bool withGeometry = ( QgsServerProjectUtils::wmsFeatureInfoAddWktGeometry( *mProject ) && mWmsParameters.withGeometry() );

Expand Down

0 comments on commit dee73c6

Please sign in to comment.