Skip to content

Commit

Permalink
Another QLatin1String
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and nyalldawson committed Aug 10, 2018
1 parent c02630b commit 7127e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsclipboard.cpp
Expand Up @@ -221,7 +221,7 @@ QgsFeatureList QgsClipboard::stringToFeatureList( const QString &string, const Q
feature.initAttributes( fieldValues.size() - 1 );

//skip header line
if ( fieldValues.at( 0 ) == "wkt_geom" )
if ( fieldValues.at( 0 ) == QLatin1String( "wkt_geom" ) )
{
continue;
}
Expand Down

0 comments on commit 7127e38

Please sign in to comment.