Merge branch 'master' into kpmcore-manager

This commit is contained in:
Adriaan de Groot 2020-01-10 14:54:13 +01:00
commit f6d89354a1
510 changed files with 65258 additions and 30832 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" );