QLatin1Literal->QLatin1String.

This commit is contained in:
Andrius Štikonas 2019-09-08 21:20:13 +01:00
parent 25af4b9234
commit 490c14d93d
14 changed files with 19 additions and 19 deletions

View file

@ -450,7 +450,7 @@ isEfiBootable( const Partition* candidate )
QString
findFS( QString fsName, FileSystem::Type* fsType )
{
QStringList fsLanguage { QLatin1Literal( "C" ) }; // Required language list to turn off localization
QStringList fsLanguage { QLatin1String( "C" ) }; // Required language list to turn off localization
if ( fsName.isEmpty() )
fsName = QStringLiteral( "ext4" );