mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 00:48:22 -04:00
QLatin1Literal->QLatin1String.
This commit is contained in:
parent
25af4b9234
commit
490c14d93d
14 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue