mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Use it in JobQueue.
This commit is contained in:
parent
18a9e0db48
commit
b0d52fb928
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ private:
|
|||
|
||||
int jobCount = m_jobs.size();
|
||||
QString message = m_jobIndex < jobCount
|
||||
? m_jobs.at( m_jobIndex )->prettyDescription()
|
||||
? m_jobs.at( m_jobIndex )->prettyStatusMessage()
|
||||
: tr( "Done" );
|
||||
|
||||
qreal percent = ( m_jobIndex + jobPercent ) / qreal( jobCount );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue