We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b379d75 commit 1bf63f1Copy full SHA for 1bf63f1
src/core/qgshstoreutils.cpp
@@ -32,7 +32,7 @@ QVariantMap QgsHstoreUtils::parse( const QString &string )
32
QString sep = sSeps.at( bits.length() );
33
if ( current.startsWith( '"' ) )
34
{
35
- QRegularExpression re( "^\"((?:\\\\.|[^\"\\\\])*)\".*" );
+ QRegularExpression re( QStringLiteral( "^\"((?:\\\\.|[^\"\\\\])*)\".*" ) );
36
QRegularExpressionMatch match = re.match( current );
37
bits << QString();
38
if ( match.hasMatch() )
0 commit comments