Skip to content

Commit

Permalink
Skip kw check
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Oct 31, 2018
1 parent 94aa628 commit 9f2fb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -483,7 +483,7 @@ void QgsWmsProvider::setQueryItem( QUrl &url, const QString &item, const QString
{
url.removeQueryItem( item );
if ( value.isNull() )
url.addQueryItem( item, QStringLiteral( "" ) );
url.addQueryItem( item, QStringLiteral( "" ) ); // skip-keyword-check
else
url.addQueryItem( item, value );
}
Expand Down

0 comments on commit 9f2fb2d

Please sign in to comment.