We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf25742 commit 300b8a7Copy full SHA for 300b8a7
src/core/qgsreadwritecontext.cpp
@@ -45,7 +45,7 @@ QgsReadWriteContextCategoryPopper QgsReadWriteContext::enterCategory( const QStr
45
{
46
QString message = category;
47
if ( !details.isEmpty() )
48
- message.append( QString( " :: %1" ).arg( details ) );
+ message.append( QStringLiteral( " :: %1" ).arg( details ) );
49
mCategories.push_back( message );
50
return QgsReadWriteContextCategoryPopper( *this );
51
}
0 commit comments