Skip to content
Permalink
Browse files
QStringLiteral
  • Loading branch information
nyalldawson committed May 6, 2017
1 parent 747a36f commit 2b3c551
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 + '?';

0 comments on commit 2b3c551

Please sign in to comment.