Skip to content

Commit

Permalink
QStringLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 6, 2017
1 parent 747a36f commit 2b3c551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/memory/qgsmemoryproviderutils.cpp
Expand Up @@ -54,7 +54,7 @@ QgsVectorLayer *QgsMemoryProviderUtils::createMemoryLayer( const QString &name,
{
QString geomType = QgsWkbTypes::displayString( geometryType );
if ( geomType.isNull() )
geomType = "none";
geomType = QStringLiteral( "none" );

QString uri = geomType + '?';

Expand Down

0 comments on commit 2b3c551

Please sign in to comment.