Skip to content

Commit 300b8a7

Browse files
committed
QStringLiteral
1 parent bf25742 commit 300b8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsreadwritecontext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ QgsReadWriteContextCategoryPopper QgsReadWriteContext::enterCategory( const QStr
4545
{
4646
QString message = category;
4747
if ( !details.isEmpty() )
48-
message.append( QString( " :: %1" ).arg( details ) );
48+
message.append( QStringLiteral( " :: %1" ).arg( details ) );
4949
mCategories.push_back( message );
5050
return QgsReadWriteContextCategoryPopper( *this );
5151
}

0 commit comments

Comments
 (0)