Skip to content

Commit 1bf63f1

Browse files
committed
QStringLiteral
1 parent b379d75 commit 1bf63f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgshstoreutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ QVariantMap QgsHstoreUtils::parse( const QString &string )
3232
QString sep = sSeps.at( bits.length() );
3333
if ( current.startsWith( '"' ) )
3434
{
35-
QRegularExpression re( "^\"((?:\\\\.|[^\"\\\\])*)\".*" );
35+
QRegularExpression re( QStringLiteral( "^\"((?:\\\\.|[^\"\\\\])*)\".*" ) );
3636
QRegularExpressionMatch match = re.match( current );
3737
bits << QString();
3838
if ( match.hasMatch() )

0 commit comments

Comments
 (0)