Skip to content

Commit c04ca96

Browse files
committedMay 9, 2018
use QStringLiteral
1 parent 5089d38 commit c04ca96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgseditformconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ bool QgsEditFormConfig::setUiForm( const QString &ui, QString *errMsg )
196196
}
197197
if ( !success && errMsg )
198198
{
199-
*errMsg = QString( "Could not load UI from %1 (%2)" ).arg( ui ).arg( reply->errorString() );
199+
*errMsg = QStringLiteral( "Could not load UI from %1 (%2)" ).arg( ui ).arg( reply->errorString() );
200200
}
201201
}
202202
else

0 commit comments

Comments
 (0)
Please sign in to comment.