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

@ -646,7 +646,7 @@ PartitionViewStep::checkRequirements()
Calamares::RequirementsList l;
l.append(
{
QLatin1Literal( "partitions" ),
QLatin1String( "partitions" ),
[]{ return tr( "has at least one disk device available." ); },
[]{ return tr( "There are no partitons to install on." ); },
m_core->deviceModel()->rowCount() > 0, // satisfied