mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
[libcalamaresui] QML Retranslation since Qt 5.10
This commit is contained in:
parent
79bd7b6b89
commit
c7d09f06c5
1 changed files with 2 additions and 0 deletions
|
@ -108,7 +108,9 @@ ExecutionViewStep::ExecutionViewStep( QObject* parent )
|
||||||
}
|
}
|
||||||
|
|
||||||
connect( JobQueue::instance(), &JobQueue::progress, this, &ExecutionViewStep::updateFromJobQueue );
|
connect( JobQueue::instance(), &JobQueue::progress, this, &ExecutionViewStep::updateFromJobQueue );
|
||||||
|
#if QT_VERSION >= QT_VERSION_CHECK( 5, 10, 0 )
|
||||||
CALAMARES_RETRANSLATE( m_qmlShow->engine()->retranslate(); )
|
CALAMARES_RETRANSLATE( m_qmlShow->engine()->retranslate(); )
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue