Merge branch 'kpmcore-3.2' of https://github.com/calamares/calamares into development
This commit is contained in:
commit
47a9a57b76
@ -135,7 +135,7 @@ SetPartFlagsJob::exec()
|
||||
Report report ( nullptr );
|
||||
SetPartFlagsOperation op( *m_device, *partition(), m_flags );
|
||||
op.setStatus( Operation::StatusRunning );
|
||||
connect( &op, &Operation::progress, this, &SetPartFlagsJob::progress );
|
||||
connect( &op, &Operation::progress, this, &SetPartFlagsJob::iprogress );
|
||||
|
||||
QString errorMessage = tr( "The installer failed to set flags on partition %1." )
|
||||
.arg( m_partition->partitionPath() );
|
||||
|
Loading…
Reference in New Issue
Block a user