mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -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 );
|
||||
#if QT_VERSION >= QT_VERSION_CHECK( 5, 10, 0 )
|
||||
CALAMARES_RETRANSLATE( m_qmlShow->engine()->retranslate(); )
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue