Skip to content

Commit 7127e38

Browse files
mhugentnyalldawson
authored andcommitted
Another QLatin1String
1 parent c02630b commit 7127e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsclipboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ QgsFeatureList QgsClipboard::stringToFeatureList( const QString &string, const Q
221221
feature.initAttributes( fieldValues.size() - 1 );
222222

223223
//skip header line
224-
if ( fieldValues.at( 0 ) == "wkt_geom" )
224+
if ( fieldValues.at( 0 ) == QLatin1String( "wkt_geom" ) )
225225
{
226226
continue;
227227
}

0 commit comments

Comments
 (0)