Fix build (warnings--, but breakage++ is not good)

main
Adriaan de Groot 8 years ago
parent c6297f1db5
commit 342b819a1d

@ -48,7 +48,7 @@ CreatePartitionJob::prettyName() const
{ {
return tr( "Create new %2MB partition on %4 (%3) with file system %1." ) return tr( "Create new %2MB partition on %4 (%3) with file system %1." )
.arg( m_partition->fileSystem().name() ) .arg( m_partition->fileSystem().name() )
.arg( CalamaresUtils::BytesToMiB( m_partition->capacity() ) .arg( CalamaresUtils::BytesToMiB( m_partition->capacity() ) )
.arg( m_device->name() ) .arg( m_device->name() )
.arg( m_device->deviceNode() ); .arg( m_device->deviceNode() );
} }
@ -60,7 +60,7 @@ CreatePartitionJob::prettyDescription() const
return tr( "Create new <strong>%2MB</strong> partition on <strong>%4</strong> " return tr( "Create new <strong>%2MB</strong> partition on <strong>%4</strong> "
"(%3) with file system <strong>%1</strong>." ) "(%3) with file system <strong>%1</strong>." )
.arg( m_partition->fileSystem().name() ) .arg( m_partition->fileSystem().name() )
.arg( CalamaresUtils::BytesToMiB( m_partition->capacity() ) .arg( CalamaresUtils::BytesToMiB( m_partition->capacity() ) )
.arg( m_device->name() ) .arg( m_device->name() )
.arg( m_device->deviceNode() ); .arg( m_device->deviceNode() );
} }

Loading…
Cancel
Save